-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add .requestData() #679
Comments
Why is this not there? I'm in need of this ASAP as well. Library is such a clean implementation and this could definitely help ig. |
The IMediaRecorder interface could be extended from native MediaRecorder. |
I desperately need this feature. Willing to work on a PR @acharlop if I can reach out to you for help / questions. In my case, I need to get the current audio data when recording is paused (not stopped). This is possible with native MediaRecorder using |
This is blocking me as well. If it's that simple I'll put that PR together tomorrow 👍🏻 |
Hey thanks for the lib, so far the only thing blocking me from using it is
requestData()
is a requirement. What do you think the effort would be, and do you have a general idea of what needs to be done? I'm happy to take a shot at it and make a PR if it would help. 🙏The text was updated successfully, but these errors were encountered: