-
Notifications
You must be signed in to change notification settings - Fork 508
Wait for the wav encoder to be initialized before allowing recordings #5970
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
Wait for the wav encoder to be initialized before allowing recordings #5970
Conversation
Signed-off-by: Marco Ambrosini <[email protected]>
907b57c to
24e3f6f
Compare
PVince81
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 approach looks good, see minor comment
| import { register } from 'extendable-media-recorder' | ||
| import { connect } from 'extendable-media-recorder-wav-encoder' | ||
|
|
||
| const state = () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
am wondering if we need a generic store category for that.
having a specific store submodule just for this feels a bit overkill
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you have in mind?
|
some weird unrelated errors: |
|
/backport to stable22.1 |
|
/backport to stable22 |
Signed-off-by: Marco Ambrosini [email protected]