Closed jwktje closed 5 months ago
I think it is quite obvious what you do wrong: You need to move to a position where a sample (or better a frame) starts!
E.g. if you have int16_t data (2 bytes) with 2 channels it needs to be a multiple of 4
Thanks Phil! I will test with that. I had a feeling it was something simple I was missing. Huge respect for the amount of upkeep and communication that you are managing for this great library.
Problem Description
When I try to seek to a position in a WAV file it randomly causes the audio to become white noise. I feel like there must be a reason for this that I'm missing. I checked almost all examples and other issues but can't find a good reference for how to do this. My best effort to make this work is shown below. And this works 2/3 of the time.
Device Description
Olimex ESP32-ADF
Sketch
Other Steps to Reproduce
No response
What is your development environment
Arduino
I have checked existing issues, discussions and online documentation