Search found 2 matches

by Tao_spartan
Wed Oct 31, 2018 10:35 am
Forum: ESP32 Arduino
Topic: How to stream audio from I2S Mic using Udp?
Replies: 2
Views: 15898

How to stream audio from I2S Mic using Udp?

I've been struggling to send live audio from a huzzah32 with a ICS43434 over wifi using udp (not surprisingly as I'm a relative noob to esp32 and Arduino!). While audio can be obtained at the server end ( just at the moment capturing with netcat and playing with audacity) there is distortion and the...
by Tao_spartan
Sat Oct 27, 2018 1:41 pm
Forum: General Discussion
Topic: I2S audio streaming?
Replies: 4
Views: 12486

Re: I2S audio streaming?

Hi Martin, did you get anywhere with this? I’m trying to achieve the same goal, having a I2s mic attached to an esp32 then udp the data to a server, my issue seems to be with timing the pop of the I2s sample

Tao