randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
474 stars 56 forks source link

[Request] A better analog sound output using external DAC. #220

Open K-rnivoro opened 2 years ago

K-rnivoro commented 2 years ago

Hi Randy, some other projects like MT32-Pi uses Circle and also an external Digital to Analog Converter (DAC) for a better audio quality than the 3.5 miniplug output. Of course there is no need in case of HDMI connection, but for video and audio analog output, the difference in audio quality is very noticeable in MT32-Pi Project. Details here: https://github.com/dwhinham/mt32-pi/wiki/I%C2%B2S-DACs I bet the emulated SID will sound way better than the simple PWM process of the Pi stereo jack.
cjmcu5102