0.3.0 • Published 8 years ago

mimi-grep v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

mimi-grep

Build Status NPM Version License

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