Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Sounds support streaming of recordings? #34

Open
hamzune opened this issue Aug 29, 2020 · 1 comment
Open

Does Sounds support streaming of recordings? #34

hamzune opened this issue Aug 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@hamzune
Copy link

hamzune commented Aug 29, 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?

@hamzune hamzune added the enhancement New feature or request label Aug 29, 2020
@bsutton
Copy link
Owner

bsutton commented Aug 30, 2020

No the plugin isn't designed for streaming audio.

Post 1.0 release we may look at streaming.

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 bsutton changed the title HELP Does Sounds support streaming of recordings? Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants