r4victor / afaligner

📈 A forced aligner intended for synchronization of narrated text
MIT License
81 stars 11 forks source link

Enabling the creation of large WAV files #8

Closed versae closed 1 year ago

versae commented 1 year ago

If the audio of a book is too long, the creation of the corresponding WAV file will fail in ffmpeg due to a limitation in the format itself. Enabling the creation of very large WAV files in ffmpeg is possible by passing the flag -rf64 set to auto. See https://superuser.com/a/1523649

r4victor commented 1 year ago

@versae, thanks for the PR!

versae commented 1 year ago

Thank you for the awesome library :)