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 3aae17e commit aa8cf27
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 @@ -29,8 +29,8 @@ def transcribe(

print(f"Running on {device}...")

print("Conversting audio to .wav...")
if not input_file_path.endswith(".wav"):
print("Converting audio to .wav...")
file_name = Path(input_file_path).stem
print(file_name)
convert_audio_to_wav(input_file_path, f"{file_name}.wav")
Expand Down

0 comments on commit aa8cf27

Please sign in to comment.