audio (BluetoothA2DPSource) seems choppy #699
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
-
Thank you. I struggled for half an hour trying to understand why my compiled version didn't fit. I had even read your note, "After you generated the file you need to add the const qualifier to the generated array definition..." but I could have sworn I saw const in the file that was produced, and figured that xxd had been updated or something. Oops. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi-
I am working from the basic-file_mps example (https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-communication/a2dp/basic-file_mp3-a2dp/basic-file_mp3-a2dp.ino) and my code is nearly identical, with the exception of the speaker I am connecting to, the source file, and the fact that the file is stored in SPIFFS. The mp3 I am using is encoded at 128 k and is 40 s long (all I could fit on the device!).
Any strategies for reducing this? Here is the contents of the .ino file, and I could post a video on YouTube showing the effect if that would be helpful:
Beta Was this translation helpful? Give feedback.
All reactions