The README file states that the default file type is raw:
|
* `fileType`: Recording format. `raw` or `wav`. (default: `raw`) |
But in the code, the default file type is wav:
|
this._fileType = options.fileType || 'wav'; |
I didn't make a pull request, because I don't know which one you prefer to be set as the default.
The README file states that the default file type is
raw:node-mic/README.md
Line 111 in 03f3d36
But in the code, the default file type is
wav:node-mic/src/index.ts
Line 42 in 03f3d36
I didn't make a pull request, because I don't know which one you prefer to be set as the default.