We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
做一个语音对讲功能,两块esp32s3-korvo-2开发板,基于voice_communication语音通话例程,本地语音检测处理降噪后想本地能同时播放出来,在detect_Task中将原来本地保存PCM数据的部分代码替换为 esp_audio_play(res->data, afe_chunksize, portMAX_DELAY);,其他配置并没有改动,发现播放出来的声音不对,应该是数据格式跟i2s配置对不上,麻烦帮我看看需要怎么修改,是否在一个i2s接口上又录又播无法完成,看过一些demo,用了两路i2s,一路获取数据,一路播放数据,两路i2s配置不同。谢谢
The text was updated successfully, but these errors were encountered:
最近idf的i2s接口变动比较大,刚刚我们更新了驱动,你再试试是否会出现你以上的问题。
Sorry, something went wrong.
No branches or pull requests
做一个语音对讲功能,两块esp32s3-korvo-2开发板,基于voice_communication语音通话例程,本地语音检测处理降噪后想本地能同时播放出来,在detect_Task中将原来本地保存PCM数据的部分代码替换为 esp_audio_play(res->data, afe_chunksize, portMAX_DELAY);,其他配置并没有改动,发现播放出来的声音不对,应该是数据格式跟i2s配置对不上,麻烦帮我看看需要怎么修改,是否在一个i2s接口上又录又播无法完成,看过一些demo,用了两路i2s,一路获取数据,一路播放数据,两路i2s配置不同。谢谢
The text was updated successfully, but these errors were encountered: