Freak-luo
Freak-luo
Opening a large scene will cause steamVR to crash due to unexpected errors,should I need a faster Internet speed?  
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate. - [x] Provided a clear description of your suggestion. - [x] Included...
我想在运行RTC的时候,从SD卡再插播一条简短的.mp3系统提示音,例如网络状态不佳的这种语音播放。这种应该怎么做呢?不能够重新挂掉和RTC的链接再重新进房间吧?我写了一个暂停RTC的pipeline流,然后创建播放tips的管道,但是这时候没有声音播放出。如果我是单独播放tips的管道就有声音播出。   请各位大佬指点一番
在调用了audio_playback_close()的函数后发现,audio_playback_stop中的esp_audio_simple_player_stop一直无法停止管道,并报错**E (77592) ESP_GMF_TASK: Stop timeout,[TSK_0x3fce4cf8,0x3fce4cf8]** 这样会导致audio_playback_close(void)函数中 esp_err_t err = esp_audio_simple_player_destroy(audio_playback.player);的这一行函数中 代码执行到源码 xEventGroupClearBits(player->wait_event, ASP_PIPELINE_ERROR_BIT | ASP_PIPELINE_STOPPED_BIT | ASP_PIPELINE_FINISHED_BIT);这里的时候会崩溃。导致程序重启。是清除管道需要有特定的循序吗?还是这个代码没完善。附上崩溃日志