Last active
May 16, 2022 19:35
-
-
Save CypherpunkSamurai/256975db56eeaab324adcbdc39f72e63 to your computer and use it in GitHub Desktop.
ffmpeg commands for tacotron2 training data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Tacotron Convert FFMPEG | |
| ffmpeg -i input.wav -acodec pcm_s16le -ac 1 -ab 352000 -ar 22050 output.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment