We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wave is not playing till the end with using Record plugin.
Wave should play till the end of the recorded audio.
The text was updated successfully, but these errors were encountered:
I guess its connected with #2890?
Sorry, something went wrong.
Something similar but 100% the same.
Specifying a specific bit rate solves that issue for the Recorder plugin:
E.g.
RecordPlugin.create({ audioBitsPerSecond: 12800, })
So I'm going to add a default value for audioBitsPerSecond if it's not specified.
audioBitsPerSecond
Successfully merging a pull request may close this issue.
Bug description
Wave is not playing till the end with using Record plugin.
Environment
Expected result
Wave should play till the end of the recorded audio.
Screenshots
The text was updated successfully, but these errors were encountered: