Skip to content

Prompt sounds for ESP32 AudioKit (ES8388 V1/V2) with Bluetooth A2DP source #2018

Closed Answered by pschatzmann
UnforeseenOcean asked this question in Q&A
Discussion options

You must be logged in to vote

Please read the chapter about Codecs: instead of doing coper.copy() in the loop you can just call copier.copyAll() to output the whole file.
I also suggest to store the data in PROGMEM and using a MemoryStream as described in this Wiki instead of using SPIFFS.

Just make sure that your playback is not changing the sample rate or channels: otherwise you need to restore it to the original values!

Replies: 7 comments 19 replies

Comment options

You must be logged in to vote
15 replies
@UnforeseenOcean
Comment options

@pschatzmann
Comment options

@UnforeseenOcean
Comment options

@pschatzmann
Comment options

@UnforeseenOcean
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
3 replies
@UnforeseenOcean
Comment options

@pschatzmann
Comment options

@UnforeseenOcean
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@UnforeseenOcean
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants