muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.49k stars 1.75k forks source link

Recording m4a #741

Open sm2017 opened 3 years ago

sm2017 commented 3 years ago

@muaz-khan How can I record m4a file? I tried audio/mp4 and audio/mp4;codecs=aac and audio/mp4; codecs=aac but chrome records as video/webm

sm2017 commented 3 years ago

@muaz-khan You can tries your demo too open https://www.webrtc-experiment.com/RecordRTC/ Select Microphone into pcm record audio and save it to disk open https://checkfiletype.com/ and upload file the mime is video/webm

Or drag saved file to chrome and inspect page , the chrome open files with video tag

sm2017 commented 3 years ago

@muaz-khan Can you please reply?