What I'm trying to do is an app in flutter that will get from the microphone of a mobile device, the sound which will be reproduced at the same time on the client devices. For that purpose, I found your plugin interesting. However, I don't really know how could i get the chunks of the audio and send them via socket to a server and work with them in the server. There is any way to do that using this plugin?
What I'm trying to do is an app in flutter that will get from the microphone of a mobile device, the sound which will be reproduced at the same time on the client devices. For that purpose, I found your plugin interesting. However, I don't really know how could i get the chunks of the audio and send them via socket to a server and work with them in the server. There is any way to do that using this plugin?