maojianxin

Results 167 comments of maojianxin

Thanks for your contribution. It's merged on 7082bde25f8fb3a420beecf78f63d4ceaa66e82a

@NickEngmann > E (1468) i2s(legacy): i2s_check_cfg_validity(926): this i2s port is in use > E (1478) i2s(legacy): i2s_driver_install(1582): I2S configuration is invalid This is due to the I2S stream is not...

@chewhs00 ADF v2.4 use IDF v4.4.0 and v2.6 use IDF v4.4.4. I remember some I2S related bugs had been fixed on v4.4.2. I think your problem is where the differences...

@meibao-real 这个问题可能有两种原因,一是传数据的时候不及时,被迫丢了些数据,这个听起来会变快,声音不完整;二是采样率配置不正常,可能采集是16k,而播放是32k。你可以先将录音数据存储到sdacrd中,来看是哪种原因。

@vwwwvwww https://github.com/espressif/esp-adf/issues/941. is already in v2.6. Could you provide your source music file and your sdkconfig file?

Refer to https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control/components/my_board to define your board. I think it can be work on 24bit-192kHz from sdcard. And, the A2DP can't support 24bit music, If I remember correctly.

@ftab Thank you for bringing this up, it will be fixed on next major version.

Hi @Zafeer, audio_pipeline_set_listener is used to monitor linked element events,`esp_err_t audio_event_iface_set_listener(audio_event_iface_handle_t evt, audio_event_iface_handle_t listener)` just add a iface instance to another listener. Due to the https://github.com/espressif/esp-adf/blob/49f80aafefc31642ea98db78bf024e18688b8de9/examples/advanced_examples/flexible_pipeline/main/flexible_example_main.c#L137 is monitor the button's...

@Bruce213 I saw some watchdog errors. I think you need to make the two-core loading balance. It means that move some tasks to core0.