Skip to content

Commit 36e1a52

Browse files
committed
Update README.md
1 parent 7478e87 commit 36e1a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ source = MicrophoneAudioSource()
294294
# To take input from file:
295295
# source = FileAudioSource("<filename>", sample_rate=16000)
296296

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

300300
stream = mic.stream.pipe(

0 commit comments

Comments
 (0)