MediaStreamRecorder icon indicating copy to clipboard operation
MediaStreamRecorder copied to clipboard

Issue with custom sample rate, audio length increased.

Open ojhaashish13 opened this issue 8 years ago • 0 comments

https://www.webrtc-experiment.com/msr/audio-recorder.html I have set sample rate to 11025 and recorded 5 seconds audio then click save button; Wav file length is 20 second now.

mediaRecorder.sampleRate = 11025; mediaRecorder.recorderType = StereoAudioRecorder; mediaRecorder.mimeType = 'audio/wav';

Using chrome Version 60.0.3112.113 (Official Build) (64-bit) Operating System macOS Sierra 10.12.1 (16B2555)

ojhaashish13 avatar Sep 06 '17 06:09 ojhaashish13