earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
1.99k stars 433 forks source link

AudioGeneratorSID for SID6581/SID8580 Chiptunes #600

Open tobozo opened 1 year ago

tobozo commented 1 year ago

Hi everyone,

The reSID-0.16 emulator seems usable with Arduino IDE and there's an interesting teensy implementation that uses an audio output stream suite similar to ESP8266Audio.

Since ESP8266Audio already has amiga chiptune support. I'm wondering if creating an AudioGeneratorSID is a realistic idea.