Mega SwinSID prototype - first test
Loading...
2,089
Loading...
Uploader Comments (SwinkelsPL)
see all
All Comments (11)
-
Does not sound that basic at all. Cool stuff!
-
@MattTheSpratt One man and his Droid - love that tune :)
-
The second piece of music sounds like something by Rob Hubbard. What is it called?
-
@SwinkelsPL Again very nice. If you can get the samplerate to the standard 32Khz (I think its 32) then that along with a I2S output like the original SwinSID that had the external DAC (just some solderpads for the signals is enought for me) then people can add the external DAC if they want or in my case a s/pdif transmitter for a digital connection to a AV receiver.
-
This is a very nice hack. Is it a drop-in, pin-for-pin compatible replacement for the SID?
Loading...
Hey Swinkels! Love this project!! What software are you using in this video and does it support ARM simulation?
jpb267 7 months ago
@jpb267 I'm using Ride7 free edition. It has builtin simulator and debugger but I don't use it. There is also H-JTAG on my screen for firmware flashing.
SwinkelsPL 7 months ago
Nice! Any chance of a I2S output to feed into a s/pdif transmitter IC? The output would need bumping to 16bit, unless you are already working in 16bit and the ARM's DAC if just truncating the unneeded 4 bits. Will you eventually be doing a stereo split mode as well?
HojoNorem 8 months ago
@HojoNorem Currently i'm focused on implementing more new features and i'm really happy with the quality of internal DACs. We don't need 16bit resolution since most of SID tunes uses 1bit square wave. Stereo split and voice panning will be implemented later.
SwinkelsPL 8 months ago
@SwinkelsPL Nice. Are you planning on having this software controlled? I can just imagine new SIDs that are written to play correctly on a classic SID chip, but utilise SwinSID features when one is detected. As for the 16bit output, even if you take the 12bit samples and shift them up to 16bit (still essentially 12bit) then that could be fed into a compatible reviver like a surround amp. What samplerate are you working at, 32Khz, 44? Keep it up ^_^
HojoNorem 8 months ago
@HojoNorem New features will be accessible on unused SID registers to maintain compability with existing software. 12bit is a DAC limitation, Internally sound is mixed with 16bit resolution. I used 31250Hz sampling rate on this video but I'm pretty sure that after software optimisation it can run at 96KHz with 128MHz clock speed.
SwinkelsPL 7 months ago