arduino-pico/libraries/PWMAudio/examples/PlayStereo
crp500 83e790851f
Update PlayStereo.ino (#1210)
The PWMAudio lib is expecting an int16_t value but the example passes a sample cast to uint16_t 
So any values from the lookup table that are negative are recast to 0 i think.
So half the sine wave in the case of the example is lost.
2023-02-20 09:58:14 -08:00
..
PlayStereo.ino Update PlayStereo.ino (#1210) 2023-02-20 09:58:14 -08:00