-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: mic input / capture #132
Comments
Hi @naychrist, I am writing a separate package with the same "philosophy" of flutter_soloud. Actually, I just need to add web support and write docs since the release :( |
ah that sounds great @alnitak ! Any idea when you might release it? At the moment I would be content with desktop and an example to get me started. |
Hi @naychrist, I have published a recorder plugin here. So let's move there for any discussion! |
Amazing thank you! I can give it as spin and help test mac/ios after next week sometime. |
How to integrate it with flutter_soloud and make live audio record with effects: echo, reverb,...? |
I've just pushed a PR to stream mic audio data. This data can be then passed to a new This functionality will be available soon in flutter_soloud but you can try it now using the |
Description
This lib is great. However, I was disappointed to see that audio capture was removed. I was planning to use live audio input for a visualiser. My starting point was going to be to take the
audio_data
example and replace sound file input w microphone.I understand why this was removed originally but is there any way to add this back as a separate package or recommendations on a third party package that would integrate well?
Requirements
audio_data
exampleThe text was updated successfully, but these errors were encountered: