Skip to content

Commit

Permalink
fix: execstack
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 5, 2024
1 parent aa8e63e commit 9871aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzz/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def transcribe(self) -> List[Segment]:
self.word_level_timings,
)

audio = whisper.audio.load_audio(self.file_path)
audio = whisper_audio.load_audio(self.file_path)
self.duration_audio_ms = len(audio) * 1000 / whisper.audio.SAMPLE_RATE

whisper_params = whisper_cpp_params(
Expand Down

0 comments on commit 9871aa9

Please sign in to comment.