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 19196b6 commit 00d0041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amondin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def transcribe(

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

print("Diarizing speakers...")
Expand Down

0 comments on commit 00d0041

Please sign in to comment.