abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flac not wav

milahu opened this issue · comments

pro: flac needs less disk space
con: wav is easier to process

-[INFO] Extracted audio to audio/video-file-name.wav
+[INFO] Extracted audio to audio/video-file-name.flac

to read flac files, we can use pydub library

closing as micro optimization