Sending real time audio to Arduino

hi
I am planning to make a sound reactive robot from arduino and Bluetooth but the sound should be received from the mic of my phone.

In the ‘sensors’ section of MIT App inventor I can’t find Mic or audio, so is there any way I can send real time audio or audio values to the Arduino ?

1 Like

There is a SpeechRecogniser component under MEDIA section.

You can use that for your needs.

you should use socket.io with webrtc

1 Like