Skip to content

Instantly share code, notes, and snippets.

@MaiLinhGroup
Created October 21, 2020 23:32
Show Gist options
  • Save MaiLinhGroup/aece5c20626346b5526577c0fb2ecbb8 to your computer and use it in GitHub Desktop.
Save MaiLinhGroup/aece5c20626346b5526577c0fb2ecbb8 to your computer and use it in GitHub Desktop.
#! /usr/bin/env zsh
for f in *.wav; do sox --ignore-length $f ../$1/$f ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment