Search found 3 matches

by ducls2019
Sat May 25, 2019 3:55 am
Forum: ESP-ADF
Topic: pipeline_passthru from AUX and then acts as server to stream the audio
Replies: 1
Views: 3495

Re: pipeline_passthru from AUX and then acts as server to stream the audio

So interesting!
I have same idea but still get stuck to implement stream server on esp.
My idea is kit lyrat acts like a recorder and a stream server. Any computer has wifi connect to esp could listen voice recorded.
by ducls2019
Tue Jan 08, 2019 11:27 pm
Forum: ESP-ADF
Topic: fatfs stream writer split file by time or file length
Replies: 1
Views: 3643

Re: fatfs stream writer split file by time or file length

Here is my short code that I modified from sample. It's will be error "cannot rename file" while (1) { audio_event_iface_msg_t msg; if (audio_event_iface_listen(evt, &msg, 1000 / portTICK_RATE_MS) != ESP_OK) { second_recorded++; ESP_LOGI(tag, "[ * ] Recording ... %d", second_recorded); if (second_re...
by ducls2019
Tue Jan 08, 2019 4:36 pm
Forum: ESP-ADF
Topic: fatfs stream writer split file by time or file length
Replies: 1
Views: 3643

fatfs stream writer split file by time or file length

Hi,
I'm new to esp32. I bought an ESP32-LyraT kit and tried some example in ADF. Now I need your suggestion:
I recorded voice over Audio Codec chip and save it to multiple file on SD Card. Could u help me do right to split audio stream to multiple files by time or length?