You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs say that on Windows only a sample rate of 44100 is supported. My experiments and measurements show that the recording sample rate seems to be 48000 samples per second instead.
I use MediaStreamRecorder to record PCM audio with this setup:
When I add up the recorded bytes over time (devided by 2 for 16 bits per sample) I get an average of 48000 samples per second +- some minor difference but it is definitely not 44100.
Could it be that the default recording sample rate has changed in newer OS or browser versions? Or are the docs simply wrong?
The text was updated successfully, but these errors were encountered:
henon
changed the title
Recording sample rate seems to be 48kHz instead of 44.1KHz on Windows 10 (Chrome)
Audio recording sample rate seems to be 48kHz instead of 44.1KHz on Windows 10 (Chrome)
Feb 2, 2025
The docs say that on Windows only a sample rate of 44100 is supported. My experiments and measurements show that the recording sample rate seems to be 48000 samples per second instead.
I use MediaStreamRecorder to record PCM audio with this setup:
When I add up the recorded bytes over time (devided by 2 for 16 bits per sample) I get an average of 48000 samples per second +- some minor difference but it is definitely not 44100.
Could it be that the default recording sample rate has changed in newer OS or browser versions? Or are the docs simply wrong?
The text was updated successfully, but these errors were encountered: