audio-recorder-polyfill icon indicating copy to clipboard operation
audio-recorder-polyfill copied to clipboard

MediaRecorder polyfill to record audio in Edge and Safari

Results 13 audio-recorder-polyfill issues
Sort by recently updated
recently updated
newest added

When testing the polyfill in Safari 14.01: MediaRecorder.isTypeSupported('audio/wav') --> true MediaRecorder.isTypeSupported('audio/mp4') --> false When testing the polyfill in Safari 14.1 (SAfari preview 117): MediaRecorder.isTypeSupported('audio/wav') --> false MediaRecorder.isTypeSupported('audio/mp4') --> true

This polyfill has been extremely helpful but I'm looking to use OOG-Opus for encoding. Do you have a more detailed working example of using oog for encoding?

I know, that there is a problem with WAV, due to: > WAV format contains duration in the file header. As result, with timeslice or requestData() call, dataavailable will receive...

Hi, we've created a website that lets people record 2 minute audio clips and then upload them. It looks like on lower end mobile devices we get very choppy recordings,...

Hello. Chrome (84.0.4147.125) Android and IOS No request for a microphone in Chrome mobile browser. error: Uncaught (in promise) DOMException: Permission denied As in mode: native And in mode: force...

Hello I am experiencing weird issue on iOS Safari. Audio seems to be recorded - time of audio is also compatible to its recording length but still with no sound....

I use the polyfill for [explain.mit.edu](https://explain.mit.edu/), which syncs the audio to blackboard visuals. However, I noticed that when I switched from the WAV encoder to the MP3 encoder, my voice...

Is there a way to change the bitrate for the mp3 encoder?

I had the requirement to record video of the user. As video recording is not supported in iPhone browsers so I used this library to record audio only and take...

Hi I'm sorry, I don't have a lot of JS experience and don't find the documentation very clear on how to install. I followed the instructions, installed with npm. I...