Skip to content

Commit

Permalink
Will add more media formats (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed May 23, 2024
1 parent 702c018 commit 027385f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buzz/transcriber/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class Stopped(Exception):
pass


SUPPORTED_AUDIO_FORMATS = "Audio files (*.mp3 *.wav *.m4a *.ogg);;\
Video files (*.mp4 *.webm *.ogm *.mov);;All files (*.*)"
SUPPORTED_AUDIO_FORMATS = "Audio files (*.mp3 *.wav *.m4a *.ogg *.opus *.flac);;\
Video files (*.mp4 *.webm *.ogm *.mov *.mkv *.avi *.wmv);;All files (*.*)"


def get_output_file_path(
Expand Down

0 comments on commit 027385f

Please sign in to comment.