Echoprint Codegen
Echoprint Codegen wrapper for node. It requires the echoprint-codegen binary installed in order to work.
Usage
var codegen = ; ;
Options
You can specify several options:
- file — The path to the file. (required)
- index — Where to start analyzing the sound (in seconds.) (defaults to 0)
- offset — How many seconds of the sound should be analyzed. Required if index is set. (defaults to 0)
var opts = file: '/path/to/file' index: 10 offset: 30 ;