Guest User

Untitled

a guest
Jun 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # assumes wav files are named according to the format 'N. Track Name.wav'
  2. ls *.wav |cut -d. -f1-2 | xargs -I % lame -V0 --vbr-new --nohist "%.wav" "%.mp3"
Add Comment
Please, Sign In to add comment