Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 committed Jun 28, 2024
1 parent 7478e87 commit 36e1a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ source = MicrophoneAudioSource()
# To take input from file:
# source = FileAudioSource("<filename>", sample_rate=16000)

# Make sure the model has been trained with the same sample rate
# Make sure the models have been trained with this sample rate
print(source.sample_rate)

stream = mic.stream.pipe(
Expand Down

0 comments on commit 36e1a52

Please sign in to comment.