BingLingGroup / autosub

Command-line utility to transcribe/translate from video/audio/subtitles to subtitles
GNU General Public License v2.0
1.98k stars 245 forks source link

Add an option for skipping the voice regions detection #180

Open FaintWhisper opened 3 years ago

FaintWhisper commented 3 years ago

Hello.

I wanted to know if there is a way to disable the voice regions detection? I want to use it with a large audio and it takes a while and I can't find the option to skip this step and use the full audio during transcription.

Thanks for all of your work, you are doing an amazing job!

BingLingGroup commented 3 years ago

https://github.com/BingLingGroup/autosub#split Currently autosub only support short term voice regions detection. So split is necessary.

FaintWhisper commented 3 years ago

Thanks for your reply.

I understand. I hope such an option is incorporated in the future, it would be truly useful.

Regards.