Skip to content

Commit

Permalink
Update speech_transformers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dvh312 authored and smacke committed Oct 3, 2024
1 parent 4bddf52 commit a176bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffsubsync/speech_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ def fit(self, fname: str, *_) -> "VideoSpeechTransformer":
"1",
"-acodec",
"pcm_s16le",
"-af",
"aresample=async=1",
"-ar",
str(self.frame_rate),
"-",
Expand Down

0 comments on commit a176bb0

Please sign in to comment.