Effects for A2DP and flash size question #1197
-
Hi all, I have a combined question! However i wanted to update this, by enabling myself to put effects on this. Though, when i thought i had found the solution (A2DP stream in combination with a copier) my esp32 told me i was using too much flash memory, and i could not upload my sketch. Therefore i have two questions:
Thanks in advance! Edit: I have solved my memory issue, but still am stuck on the effects problem. I cannot seem to find examples or work from other members which showcases how to use effects on bluetooth connections. Can someone help me out with this? I would like to add a bit of gain to a rock song for example, and listen to it via aux (i2s) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
How about reading the the documentation: you can find the answer in the A2DPStream. The ESP32 usually has enough flash size: you just need to select the Partition Scheme that provides enough memory for APP |
Beta Was this translation helpful? Give feedback.
-
Just look at the Wiki. I think you forgot to call begin |
Beta Was this translation helpful? Give feedback.
-
Your callback is wrong: why are you writing to i2s ? |
Beta Was this translation helpful? Give feedback.
-
If it does not do much, then it is because of your selected parameters... |
Beta Was this translation helpful? Give feedback.
How about reading the the documentation: you can find the answer in the A2DPStream.
The ESP32 usually has enough flash size: you just need to select the Partition Scheme that provides enough memory for APP