Sina
Sina

Reputation: 49

Live audio transmission between mobile and Esp8266 NodeMcu

enter image description hereI am trying to transmit my voice live from my mobile phone to esp8266. I am using web browser as client interface and Wifi as connection. I heard that this can be done with websocket , what I need is how to write the code in the arduino

Upvotes: -1

Views: 597

Answers (1)

beta_tester
beta_tester

Reputation: 3

Sorry, maybe this doesn't answer the problem. but maybe from the basics in this tutorial you can get ideas to apply in your projects. required library => https://github.com/earlephilhower/ESP8266Audio

Upvotes: 0

Related Questions