You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Sound might be a reasonable place to start if there aren't any other solutions as we have most of the plumbing required.
We would also consider a PR that added the feature.
If you want to go down the PR path I would recommend writing up a design document for review before you start work on the PR.
I would be happy to provide some guidance if you went down this path.
Also can I suggest that if future you put a more descriptive subject line when raising an issue.
bsutton
changed the title
HELP
Does Sounds support streaming of recordings?
Aug 30, 2020
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?
The text was updated successfully, but these errors were encountered: