Search found 3 matches

by maryvpa
Thu Feb 14, 2019 2:21 pm
Forum: ESP-ADF
Topic: [ESP32-LyraTD-MSC V2.1] Use of websockets
Replies: 1
Views: 4084

[ESP32-LyraTD-MSC V2.1] Use of websockets

Hello everyone,

Did anyone ever used the websocket functions from esp_transport_ws.c? I tried to compile with both esp_trasnport.h and esp_transport_ws.h and no success... Since there isn't any documentation regarding this I'm a little bit lost

Can anyone help?

Regards
by maryvpa
Mon Jan 21, 2019 10:46 am
Forum: ESP-ADF
Topic: [ESP32-LyraTD-MSC V2.1] Send audio over TCP
Replies: 4
Views: 10437

Re: [ESP32-LyraTD-MSC V2.1] Send audio over TCP

Thank you for your reply! I started my project based on this example, but this uses the HTTP stream already available on the API and doesn't help me so much with my goal of using a simple TCP socket where I can send only the audio that I want without any extra headers.
by maryvpa
Fri Jan 18, 2019 5:29 pm
Forum: ESP-ADF
Topic: [ESP32-LyraTD-MSC V2.1] Send audio over TCP
Replies: 4
Views: 10437

[ESP32-LyraTD-MSC V2.1] Send audio over TCP

Hello all, I have the following issue, I need to send a voice recording from my ESP32-LyraTD-MSC V2.1 to a TCP server. I can use the API to create an audio pipeline and link the I2S stream to capture the audio from the mic array but I can't figure out how to send that audio over a simple TCP connect...