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 aa8cf27 commit ec7e1a1
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 @@ -34,6 +34,7 @@ def transcribe(
file_name = Path(input_file_path).stem
print(file_name)
convert_audio_to_wav(input_file_path, f"{file_name}.wav")
input_file_path = f"{file_name}.wav"

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

0 comments on commit ec7e1a1

Please sign in to comment.