streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

Audio Channels constraint #175

Closed crky14 closed 4 years ago

crky14 commented 4 years ago

Hello, Im using your recorded to record PCM audio and would like to ask what is difference between using ediaRecorder.audioChannels constraint and getUserMedia set to with constrain audio: {channelCount: 1}. I would like to record 16 bit mono PCM record. Thank you for your response.