Updated It's not working (markdown)

Phil Schatzmann 2024-08-18 13:22:33 +02:00
parent 3d1e42a8bf
commit 101175b150

@ -26,6 +26,8 @@ Sometimes it can also be a bug in the library, that might have been corrected al
To test the output I suggest that you start with a [sine generator that sends the output to the audio sink](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-stream/streams-generator-i2s/streams-generator-i2s.ino). Here you can experiment by
- changing the audio sink
- change the audio parameters: sample_rate, channels, bits_per_sample
- change the i2s format
- etc
Please note that if you change the bits_per_sample to 32, you also need to change the relevant template parameters from <int16_t> to <int32_t> or bad things will happen!