Skip to content

Commit

Permalink
Added note about support of 48 KHz sample rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseman committed Apr 10, 2017
1 parent 80e79db commit 28921bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ How to use it
vad.set_mode(1)

3. Give it a short segment ("frame") of audio. The WebRTC VAD only
accepts 16-bit mono PCM audio, sampled at 8000, 16000, or 32000 Hz.
accepts 16-bit mono PCM audio, sampled at 8000, 16000, 32000 or 48000 Hz.
A frame must be either 10, 20, or 30 ms in duration::

# Run the VAD on 10 ms of silence. The result should be False.
Expand Down

0 comments on commit 28921bc

Please sign in to comment.