SimpleTTS output from A2DP #987
-
[bringing this discussion pschatzmann/ESP32-A2DP#469 to here, as suggested] Phil, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Oh, actually I suggest to start with some reading: Take a look at the Wiki of this project. The following topics are most relevant for your case:
You might also want to look at the available examples (e.g in the stream and tts subdirectories) |
Beta Was this translation helpful? Give feedback.
-
I have added and tested a corresponding example. In order to make things work, I needed to extend the A2DPStream a bit and make sure that the resampling is not writing too many requests to it. You will need to upgrade to the latest version... I was surprised that all of this fits in PSRAM: |
Beta Was this translation helpful? Give feedback.
I have added and tested a corresponding example.
In order to make things work, I needed to extend the A2DPStream a bit and make sure that the resampling is not writing too many requests to it. You will need to upgrade to the latest version...
I was surprised that all of this fits in PSRAM:
Sketch uses 1706233 bytes (54%) of program storage space. Maximum is 3145728 bytes.