-
Notifications
You must be signed in to change notification settings - Fork 135
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
example里的chinese_tts播放有奇怪的尾音 (AIS-1697) #140
Comments
可以试试在播放完成后添加 |
会报错,版本冲突了i2s(legacy): CONFLICT! The new i2s driver can't work along with the legacy i2s driver,我的是idf5.0.6 |
这里用到是skainet里封装的esp_audio_play,不是adf框架里的esp_audio_play打开语音,不能用adf里的esp_audio_stop来关掉语音 |
你也可以试一下下面的方法,直接在结构体中设置 auto_clear = true
你上面的报错应该是 I2S 新旧版本互用产生的 |
是的,esp-skainet 里没有 esp_audio_stop |
按readme说明编译烧录到esp32s3-korvo-2板子上后,播放完语句会出现哒哒哒哒的不间断声音,是什么问题呢
The text was updated successfully, but these errors were encountered: