Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garble

Made to run commonvoice data through codec2 via ffmpeg. Requries the following:

  • ffmpeg
  • libcodec2
  • sqlite3
  • libmp3lame

Usage

  1. Generate entries in the database to track the progress of converting each file: mix prepare "~/Projects/commonvoice_17_0_en_codec2/audio/en"

  2. Run the conversion, specifying the relative path: mix garble "~/Projects/commonvoice_17_0_en_codec2"

Altogether:

mix prepare "~/Projects/commonvoice_17_0_en_codec2/audio/en"
mix garble "~/Projects/commonvoice_17_0_en_codec2"

Other

Unpacking tar files recursively:

find . -type f -name '*.tar' -exec sh -c 'tar -xvf "$1" -C "$(dirname "$1")"' _ {} \;

About

Runs commonvoice data through codec2 with ffmpeg

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages