Thanks for posting this. Oct 2025, and I got this working with esp-idf v5.5, esp-adf off master from mid-August.
The instructions were accurate, but I needed add a few more settings to boards/sdkconfig.base
(Note that this ends up disabling streaming over https)
# For building with esp-adf, set up ...
Search found 4 matches
- Fri Oct 31, 2025 8:15 am
- Forum: ESP-ADF
- Topic: Success building ESP-ADF with Audio command into Micropython?
- Replies: 4
- Views: 26206
- Sat Sep 13, 2025 6:48 am
- Forum: ESP-ADF
- Topic: Mixing > 2 streams using downmixer
- Replies: 1
- Views: 8069
Re: Mixing > 2 streams using downmixer
Found my error; I didn't extend the ringbuffer timeout on the 3rd channel, so it looks like it was playing but constantly timing out.
- Fri Sep 12, 2025 11:06 pm
- Forum: ESP-ADF
- Topic: Mixing > 2 streams using downmixer
- Replies: 1
- Views: 8069
Mixing > 2 streams using downmixer
I'm trying to see how many mp3 stream I can play simultaneously on an esp32-c3.
The third stream input to downmix component comes out broken, almost as if it's playing at half speed, with extra noise/static.
Even if I disable the first two streams, ie, playing one audio file onto the 3rd stream ...
The third stream input to downmix component comes out broken, almost as if it's playing at half speed, with extra noise/static.
Even if I disable the first two streams, ie, playing one audio file onto the 3rd stream ...
- Tue Aug 12, 2025 9:42 pm
- Forum: ESP-ADF
- Topic: Is there a reason the ESP32-C3-Lyra has so little support in the ADF examples?
- Replies: 0
- Views: 7716
Is there a reason the ESP32-C3-Lyra has so little support in the ADF examples?
I have an ESP32-C3-Lyra board andI just realized that the majority of the examples don't support it.
I'm curious what the reason is. Is the CPU too low powered? Do most of the examples require USB or SD card? Something else?
The followup is what I should read into this lack of support. Should I ...
I'm curious what the reason is. Is the CPU too low powered? Do most of the examples require USB or SD card? Something else?
The followup is what I should read into this lack of support. Should I ...