Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed May 18, 2024
1 parent a3193f9 commit 19196b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amondin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def transcribe(

if not input_file_path.endswith("wav"):
file_name = Path(input_file_path).stem
convert_audio_to_wav(input_file_path, )
convert_audio_to_wav(input_file_path, f"{file_name}.wav")

print("Diarizing speakers...")
diarized_speakers = diarize_speakers(
Expand Down

0 comments on commit 19196b6

Please sign in to comment.