pschatzmann / Micro-RTSP-Audio

A RTSP audio server intended for the ESP32
37 stars 5 forks source link

audio streaming using inmp441 mic and esp32 with rtsp #5

Open spaceX-creater opened 1 year ago

spaceX-creater commented 1 year ago

I want to create a programe of inmp441 mic captured audio data using "driver/i2s.h" library functions i2s_read it will give me buffer and size of buffer so i am confused using that data how i send that data to rtsp stream function

khan46000 commented 1 year ago

@spaceX-creater any solution found