This script generates wave files with a specific tone frequency.
$ npm install
$ node index.js generate [parameters]
The following parameters can be used:
Parameter | Description | Default |
---|---|---|
start | Starting frequency | - |
end | Ending frequency | - |
length | File length in seconds | 0.5 |
output | Output directory | /output |