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 9b4aeebb22 update readme 7 years ago
.gitignore initial commit 7 years ago
Makefile update to add run task 7 years ago
README.md update readme 7 years ago
requirements.txt initial commit 7 years ago
slice.py remove redundant imports 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