Skip to content

Commit

Permalink
fixing requested chunk lies outside of waveform file bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed May 20, 2024
1 parent f985e58 commit 4de1816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amondin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def transcribe(

print(f"Loading {input_file_path}...")
waveform, sample_rate = torchaudio.load(input_file_path)
print(waveform.shape)
audio = {
"waveform": waveform,
"sample_rate": sample_rate
Expand Down

0 comments on commit 4de1816

Please sign in to comment.