Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnsandle committed Apr 5, 2022
1 parent 6e9fd77 commit 8cdc8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silero-vad.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"## using VADIterator class\n",
"\n",
"vad_iterator = VADIterator(model)\n",
"#wav = read_audio(f'en_example.wav', sampling_rate=SAMPLING_RATE)\n",
"wav = read_audio(f'en_example.wav', sampling_rate=SAMPLING_RATE)\n",
"\n",
"window_size_samples = 1536 # number of samples in a single audio chunk\n",
"for i in range(0, len(wav), window_size_samples):\n",
Expand Down

0 comments on commit 8cdc8d3

Please sign in to comment.