Skip to content

Commit

Permalink
Add vad filter to sc script
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 28, 2024
1 parent 0cabcee commit 1b0819c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ for input_file in "${inputs[@]}"; do
open-dubbing \
--input_file "$input_file" \
--whisper_model="medium" \
--vad \
--output_directory="$output_directory" \
--target_language="$language" \
--translator="apertium" \
Expand Down

0 comments on commit 1b0819c

Please sign in to comment.