Skip to content
New issue

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

voice_communication语音通话例程本地播放声音不对 (AIS-1173) #95

Open
yangjinyiyiyi opened this issue May 5, 2023 · 1 comment

Comments

@yangjinyiyiyi
Copy link

做一个语音对讲功能,两块esp32s3-korvo-2开发板,基于voice_communication语音通话例程,本地语音检测处理降噪后想本地能同时播放出来,在detect_Task中将原来本地保存PCM数据的部分代码替换为 esp_audio_play(res->data, afe_chunksize, portMAX_DELAY);,其他配置并没有改动,发现播放出来的声音不对,应该是数据格式跟i2s配置对不上,麻烦帮我看看需要怎么修改,是否在一个i2s接口上又录又播无法完成,看过一些demo,用了两路i2s,一路获取数据,一路播放数据,两路i2s配置不同。谢谢

@github-actions github-actions bot changed the title voice_communication语音通话例程本地播放声音不对 voice_communication语音通话例程本地播放声音不对 (AIS-1173) May 5, 2023
@feizi
Copy link
Collaborator

feizi commented May 31, 2023

最近idf的i2s接口变动比较大,刚刚我们更新了驱动,你再试试是否会出现你以上的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants