Skip to content

Instantly share code, notes, and snippets.

@utahka
Created December 15, 2015 03:42
Show Gist options
  • Save utahka/8c321bb79c663c9b2c01 to your computer and use it in GitHub Desktop.
Save utahka/8c321bb79c663c9b2c01 to your computer and use it in GitHub Desktop.
for mfcc in ./speech-only/*.mfcc; do bcut +f -s 264 -e 275 ${mfcc} > `basename ${mfcc} .mfcc`.mfcc; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment