Search found 3 matches
- Mon May 29, 2023 4:11 pm
- Forum: ESP-ADF
- Topic: Issues with downmixer example
- Replies: 1
- Views: 2044
Re: Issues with downmixer example
I put a little more detail in a github issue. For updates, here is the link: https://github.com/espressif/esp-adf/issues/1010
- Fri May 26, 2023 4:32 pm
- Forum: ESP-ADF
- Topic: Question on ADF's i2s_stream_cfg_t i2s_stream.h -- what is "buffer_len"?
- Replies: 1
- Views: 3401
Question on ADF's i2s_stream_cfg_t i2s_stream.h -- what is "buffer_len"?
This question is just out of pure curiosity and to know how the code I'm using actually works. I had some code that used an older version of ADF (I believe 2.3 or so), which would use ADF's i2s_stream (esp-adf/components/audio_stream/include/i2s_stream.h). When updating ADF to the current version in...
- Fri May 26, 2023 4:13 pm
- Forum: ESP-ADF
- Topic: Issues with downmixer example
- Replies: 1
- Views: 2044
Issues with downmixer example
Apologies if I missed some answer to this question. My issue is with the ADF example in examples/advanced_examples/downmix_pipeline. I'm currently using the master branch for ADF which I cloned with the --recursive tag, so I'm in particular using IDF v4.4.4 (git commit hash g3c8bc2213c), with python...