arduino-pico/libraries/PWMAudio/examples
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
..
PlayRaw DMA-based ADC input (microphone, analog sensor) (#1101) 2023-01-05 16:00:34 -08:00
PlayStereo Update PlayStereo.ino (#1210) 2023-02-20 09:58:14 -08:00