houhaiyan

Results 5 comments of houhaiyan

@stwirth hello, the gain increase/decrease is linearly. Nonlinear is unsupported. Maybe the clicking is because any channel stream is blocked before down-mix. You can increase ring-buffer waiting data time using...

@stwirth Maybe the clicking is because two pipeline reading the one file, file system will be blocked. ![image](https://user-images.githubusercontent.com/56857816/136544695-031e1943-4815-4d40-9dc8-c527a826d7db.png). 1. copy "/sdcard/440Hz_44100Hz_16bit_05sec.wav" to "/sdcard/440Hz_44100Hz_16bit_05sec_copy.wav" 2. ` audio_element_set_uri(base_fatfs_reader_el, "/sdcard/440Hz_44100Hz_16bit_05sec.wav");` ->` audio_element_set_uri(base_fatfs_reader_el, "/sdcard/440Hz_44100Hz_16bit_05sec_copy.wav");`...

@stwirth ![image](https://user-images.githubusercontent.com/56857816/137263174-00ea4257-3bbf-4cff-9bad-e5b57e1e8eea.png) [test.zip](https://github.com/espressif/esp-adf/files/7343542/test.zip) I do some modification for https://gist.github.com/stwirth/367fba0c07dd7bd3567be11dcf889c48#file-main_write2-c) I don't find the clicking

@f4lc0n-asm We have synchronized your test to GCC folks and will inform you as soon as there is any news