Closed barrars closed 7 months ago
nevermind.....I need to take a walk. The following command worked
➜ temp stable-ts drums.mp3 --suppress_silence false --align drums.txt --language en -o drums.ass
I'll re-open..... the following fails:
➜ temp stable-ts drums.mp3 --suppress_silence true --align drums.txt --language en -o drums.ass
the following proceeds without error
➜ temp stable-ts drums.mp3 --suppress_silence false --align drums.txt --language en -o drums.ass
omitting --suppress_silience also fails with the same error
➜ temp stable-ts drums.mp3 --align drums.txt --language en -o drums.ass
This is caused by progress bar using the incorrect value for its total, so you should be able to prevent the error by disabling the progress bar with -v 0
.
But this issue should be fixed after ad013d7f80de2b090ccfe967eb7801c8094cdf8a.
while trying to align lyrics to an mp3 I get this error. I've been able to align smaller files but this is about 2.5 minutes long. I'm curious if theres something I should be doing different.
thanks,