mimi-grep
v0.3.0
Published
auralization grep command
Downloads
6
Readme
mimi-grep
auralization grep command
Installation
$ npm install -g mimi-grep
Usage
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-grep
without 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 cd
TODO
- plugin composer
License
MIT