-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
RecordRTC Audio into Ogg Chrome #58
Comments
MediaRecorder API are implemented in Chrome DEV/CANARY, but that API currently supporting only video-recording. Audio-recording is work-in-progress. Also, MediaRecorder API in Chrome are still behind a flag. Here is an alternative solution for converting WAV into Ogg: https://github.com/muaz-khan/Ffmpeg.js/blob/master/wav-to-ogg.html |
Hi Muaz-Khan ! Thank you very much for your reply. I'll take a look at Chrome Dev/Canary to see if they scheduled a date for AudioRecording support. Thanks again! |
Is it still not supported in Chrome today ? |
Regarding CODECS:
Regarding CONTAINER_FORMATS,
Regarding BITRATES:
So you'll always get Nowadays both Chrome+Firefox are accepting |
Ok, thanks. |
You could also use libvorbis.js if you're recording audio-only. |
Tested onWindows 10 + Chrome 55 and Firefox 50 Media Stream optionstype: "audio" As a workaround change that part in RecordRTC.jsFirefox will record in audio/ogg
Pull requestHow many previous version we want to support in this lib? Chrome 46, 47-48, 49.... ? |
Do you know how to record audio/webm format in Firefox |
Hi !
First thanks a lot for all the work done.
When I use RecordRTC demo in Chrome (v 43.0.2357.81 - 64bits) with Audio into OGG selected, the downloaded file is in WAV format.
Is that normal ? Is it possible to record audio in OGG with Chrome ?
I tried to set the options like this :
But this is not working...
Regards
The text was updated successfully, but these errors were encountered: