0.3.0 • Published 10 years ago
mimi-grep v0.3.0
mimi-grep
auralization grep command
Installation
$ npm install -g mimi-grepUsage
You can choose some composer by -c option.
$ mimi-grep <filename>
$ mimi-grep -c beep <filename>
$ mimi-grep -c drone <filename>
$ mimi-grep -c drum <filename>using pipe for input
$ cat <filename> | mimi-grepwithout node-speaker
use SoX play command (for mac user)
$ mimi-grep --stdout <filename> | play -t s16 -c 2 -r 44100 -use ALSA aplay command (for linux user)
$ mimi-grep --stdout <filename> | aplay -f cdTODO
- plugin composer
License
MIT