Skip to content

Commit

Permalink
Merge pull request #206 from jhj0517/fix/vad-problem
Browse files Browse the repository at this point in the history
Fix vad bug
  • Loading branch information
jhj0517 authored Jul 11, 2024
2 parents 3626a8d + cb96699 commit 8f282e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/whisper/whisper_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(self,
min_silence_duration_ms=params.min_silence_duration_ms,
speech_pad_ms=params.speech_pad_ms
)
self.vad.run(
audio = self.vad.run(
audio=audio,
vad_parameters=vad_options,
progress=progress
Expand Down

0 comments on commit 8f282e8

Please sign in to comment.