simple script using scipy and fabric to strip silence from the start of audio files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
450 B

run `make` to install it, then do `make DIR=/wherever/your/files/are/ run` to
7 years ago
run it. All of the converted files will be placed in a directory called
`shortened` under the path you supply.
Requires either an OSX or Linux environment, plus the program `ffmpeg` to be
installed
You can adjust the THRESHOLD and SIZE_LIMIT variables to change what it
considers the threshold of silence to be, and the maximum length in minutes of
what it will convert.