RecordRTC icon indicating copy to clipboard operation
RecordRTC copied to clipboard

Audio Recording from Safari & File Size issue

Open SNM-124 opened this issue 4 years ago • 4 comments

Hi. We are using RecordRTC.js in a web application to record audio samples from different candidates. The recordings are from one minute to two minutes long. After the recording is done on client side, base 64 encoded string is sent to server & it gets saved into an audio file. This works fine in Google Chrome & Firefox. In Safari, a minute long file is 10 times more in size than Chrome and the post to server side fails. While recording in Safari, StereoAudioRecorder(as MediaStreamRecorder is not supported) is used & an 'uncompressed - wav' audio stream is generated. We tried different options to compress the stream on client and were unsuccessful. This feature is extremely critical to our project. Any kind of help is appreciated.

Thanks

SNM-124 avatar May 29 '20 19:05 SNM-124

Hi RecordRTC group,

Any updates on this?

Thanks

SNM-124 avatar Jun 09 '20 17:06 SNM-124

Hi SNM

I am having the same issue, did you come up with a solution?

anasamati avatar Nov 13 '20 19:11 anasamati

Same here, haven't find anything.

overjoied avatar Apr 29 '21 03:04 overjoied