Search found 3 matches

by count_zero
Mon May 29, 2023 4:11 pm
Forum: ESP-ADF
Topic: Issues with downmixer example
Replies: 1
Views: 1399

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
by count_zero
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: 2602

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...
by count_zero
Fri May 26, 2023 4:13 pm
Forum: ESP-ADF
Topic: Issues with downmixer example
Replies: 1
Views: 1399

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...