krenzlin / esp8266-synth

sample drum machine on the ESP8266
6 stars 0 forks source link

abstract DAC object #19

Open krenzlin opened 3 years ago

krenzlin commented 3 years ago

hide away I2S implementation in DAC object

goal is to have common way to output the audio (send to i2s, write to file, play, ...) and have (most) of the platform specific implementation hidden