Flutter (Dart): Record audio stream from microphone and play it back immediately (real-time)

Viewed 32

I need to be able to capture a stream of audio from the microphone and then pass it as argument or read it immediately in order to play it back as audio. To implement this in any other framework there are excellent tools and functions you can use but I need to archive that functionality on Flutter.

Any help or suggestions?

0 Answers
Related