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

Wave made by record plugin not playing full audio #3049

Closed
LeeYoungIn opened this issue Jul 25, 2023 · 3 comments · Fixed by #3153
Closed

Wave made by record plugin not playing full audio #3049

LeeYoungIn opened this issue Jul 25, 2023 · 3 comments · Fixed by #3153
Labels

Comments

@LeeYoungIn
Copy link

Bug description

Wave is not playing till the end with using Record plugin.

Environment

  • Browser: Chrome

Expected result

Wave should play till the end of the recorded audio.

Screenshots

image
@LeeYoungIn LeeYoungIn added the bug label Jul 25, 2023
@stefanholzapfel
Copy link

I guess its connected with #2890?

@katspaugh
Copy link
Owner

Something similar but 100% the same.

@katspaugh
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants