&micsamplerate

Sets the microphone capture sample rate (Hz)

Sender-Side Option! (&push)

Aliases

  • &msr

Options

Example: &micsamplerate=48000

Value
Description

Integer (Hz)

Target mic capture sample rate (e.g., 48000)

Details

  • Capture constraint: requests getUserMedia({ audio: { sampleRate } }) for the microphone.

  • Typical values: 48000 (default), 44100, 32000, 16000. Browsers may clamp or ignore unsupported values.

  • Encoding: Opus encodes at 48kHz internally; this setting mainly affects capture and any pre-encode processing.

  • Do not confuse with:

&micsamplesize&audiocodec&noaudioprocessing

Last updated

Was this helpful?