krenzlin / esp8266-synth

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

signed 16 vs uint16 #29

Closed krenzlin closed 3 years ago

krenzlin commented 3 years ago

why not use int16 and just cast to uint16 when sending to i2s

could get rid of 0x7FFF being zero and dsp::volume calculation