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.
 
 
wes 9becef6eee use underscore-case for everything here to be consistent 7 years ago
.gitignore initial commit 7 years ago
Makefile update to add run task 7 years ago
README.md add tweakable variables 7 years ago
requirements.txt initial commit 7 years ago
slice.py use underscore-case for everything here to be consistent 7 years ago

README.md

run make to install it, then do make DIR=/wherever/your/files/are/ run to 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.