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.46k stars 1.75k forks source link

Retain audio sampling rate #812

Open santo4ul opened 1 year ago

santo4ul commented 1 year ago

Hi,

I'm recording audio in WAV format using RecordRTC. RecordRTC always outputs 44.1KHz.

Is it possible to retain the input track's sampling rate? Or in other words, is there a way to disable the internal SRC (Sampling Rate Converter)?

Thank you.