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