Search found 2 matches
- Tue Apr 27, 2021 6:29 am
- Forum: ESP-ADF 中文讨论版
- Topic: pipeline怎么循环播放音频?
- Replies: 2
- Views: 5270
Re: pipeline怎么循环播放音频?
在pipeline_sdcard_mp3_control找到了,谢谢
- Mon Apr 26, 2021 12:20 pm
- Forum: ESP-ADF 中文讨论版
- Topic: pipeline怎么循环播放音频?
- Replies: 2
- Views: 5270
pipeline怎么循环播放音频?
用sdcard_MP3例子修改为循环播放出错? /* Stop when the last pipeline element (i2s_stream_writer in this case) receives stop event */ if (msg.source_type == AUDIO_ELEMENT_TYPE_ELEMENT && msg.source == (void *) i2s_stream_writer && msg.cmd == AEL_MSG_CMD_REPORT_STATUS && (((int)msg.data == AEL_STATUS_STATE_STOPPED)...