dotfiles/dotfiles/bin/split_audio.sh

4 lines
90 B
Bash
Executable File

#!/bin/bash
sox $1 "${1%.*}_part_.mp3" silence 1 0.5 0.1% 1 0.5 0.1% : newfile : restart