-
Notifications
You must be signed in to change notification settings - Fork 139
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
Distorted voice on Android Browsers #13
Comments
I am seeing the same problem. Any workaround? |
I really love this package but the distortion in mobile browsers is rough. Any tips to fix this? |
We don't use this on mobile devices and I don't have time to look into this closely, but we'd be glad to accept PRs for anyone that wanna play with the code and try to figure out what's going on. |
I'm having the same trouble with mobile devices. @buzinas do you have any theories on where to start looking for a solution? I'm. happy to have a poke around and see if I can find a solution 👍 |
Currently we encode in "real-time", while we're processing the audio. This might be too much for a mobile processor to handle (processing audio and conversion). This is the first thing I'd try: save the audio Buffer to memory, and only encode it on |
Added new config param: encodeAfterRecord (closeio#13) Updated sample to show this feature too
I've prepared PR with This could help with sound distortion on mobile devices! |
Adjust encoding process after recording (closeio#13) Fix sample to disable buttons during this encoding
Qq
|
Any chance of a new release with this encode after record feature soon? |
It's a good question :) |
Sure, I'll review it soon! Thanks for the PR :) |
Just an update: we're currently finishing a cycle, but I'll be able to work on this in October. |
Are there any updates on this? I really need a decent audio recorder for my project. I've been looking for one for the past 6 hours and they all suffer from the same issue. |
Will love to get an update on this issue as well. |
Based on the fact that ScriptProcessorNode is deprecated for years, have you explored the possibility to migrate to use Audio Worklet since they does not rely in the main thread to do the "heavy job" ? |
@picasocro1 did you try if your patch worked? Thanks for the help |
The website works fine on desktop but gives a distorted voice on Android browsers chrome , opera etc.
Please help me with this issu my website link :
https://arline-fernandez.firebaseapp.com/
The text was updated successfully, but these errors were encountered: