Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Last active May 16, 2022 19:35
Show Gist options
  • Select an option

  • Save CypherpunkSamurai/256975db56eeaab324adcbdc39f72e63 to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/256975db56eeaab324adcbdc39f72e63 to your computer and use it in GitHub Desktop.
ffmpeg commands for tacotron2 training data
# 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