Sets the microphone capture sample size (bit depth)
Sender-Side Option! (&push)
&push
Example: &micsamplesize=16
&micsamplesize=16
Integer (bits)
Target mic sample size (e.g., 16, 24)
Capture constraint: requests getUserMedia({ audio: { sampleSize } }) for the microphone.
getUserMedia({ audio: { sampleSize } })
Support varies by browser and device; the constraint may be ignored if unsupported.
Common value is 16-bit; higher values may not be honored.
Last updated 4 months ago
Was this helpful?