Phil Schatzmann

Results 245 comments of Phil Schatzmann

If I remember right, the documentation of the module says that the module does not provide any pull up resistors on the I2C pins, [so they need to be added...

I am closing this issue since there was no update and this scenario is working perfectly with an AudioKit or LyraT

That should be pretty trivial to fix: Just take one of the RAW formats and remove the decoder! If you write invalid data to the WAV decoder, this is bound...

If you have a WAV file, changing the AudioInfo does not have any impact since it is finally take from the header. Did you try to get the file with...

Just look at the [first 4 characters of the file: it should be RIFF](http://soundfile.sapp.org/doc/WaveFormat/)

There are currently no plans to upgrade. Please feel free to contribute... See the setup.py

I was testing your changes to the dcd_rp2040.c and noticed that the audio is not working after your correctins. I could trace down the issue to your version of the...

Isn't this just a duplicate of [this issue](https://github.com/pschatzmann/ESP32-A2DP/issues/533) ? The only thing that you could try is to play around with the A2DP_I2S_MAX_WRITE_SIZE is config.h How would you be using...

That's how the system behaves, if you don't send valid pcm data: Double check that your wav files are really 16 bits, 2 channels! I suggest that you add some...