xutao
xutao
@JlaYun 可以看一下 数据上行时的数据 [link](https://github.com/espressif/esp-adf/blob/a2ab6cefd8f9618a0470fd3f549c913fdf7ca1b8/examples/ai_agent/volc_rtc/main/volc_rtc.c#L345), 来确定一下数据没有正确发出去 也可以使用 火山的临时账号试一下 curl --location 'http://115.190.92.216:8899/startvoicechat' \ --header 'Content-Type: application/json' \ --header 'Authorization: af78e3067582ac8c04ba20174410bd1' \ --data '{"bot_id":"ep-20241104163951-sdmjc", "audio_codec":"G711A"}'
可以看一下log。 最新的 volc_rtc example 有在弱网下有优化,可以先试一下
你再试一下最新的 ADF master + IDF 5.4
Hi @skipify Try this one, it contains HTTP requests [esp_coze_v0.6.tar.gz](https://github.com/user-attachments/files/20832023/esp_coze_v0.6.tar.gz)
@davidHuW 你 tcp server 用的是什么脚本 ?
Hi @FlexLua 1. 如果里的设备远的话 可以将 麦的增益改大一点, 在[这里](https://github.com/espressif/esp-adf/blob/a2ab6cefd8f9618a0470fd3f549c913fdf7ca1b8/examples/ai_agent/volc_rtc/components/audio_processor/audio_stream_dual_microphones.c#L80)加上 es7210_adc_set_gain(ES7210_INPUT_MIC1 | ES7210_INPUT_MIC2, GAIN_37_5DB); 2. 如果断续先看一下网络情况, 也可以看先用 火山临时的账号试一下 curl --location 'http://115.190.92.216:8899/startvoicechat' \ --header 'Content-Type: application/json' \ --header 'Authorization: af78e3067582ac8c04ba20174410bd1' \ --data '{"bot_id":"ep-20241104163951-sdmjc", "audio_codec":"G711A"}'
@FlexLua @whosmyqueen 目前 volcrtc 有更新版本,可以使用最新的试一下。
@HaoWenT 参考一下 [Issue1378](https://github.com/espressif/esp-adf/issues/1378), 先试用 临时账号试一下
@wcu1117 可以直接使用 esp-adf 中默认的账号试一下
@cjj0144 we have updated esp-sr version to v2.1.1, pls try again