- Allow for multiple instance at once.
- Updated development dependencies.
- Updated development dependencies.
- Device option removed for
soxandreccommands.
- Updated dependencies.
keepSilenceoption added fosoxandreconly. The option enables or disabled the-lflag which controls whether the silence is part of the recording or not.
- Opened up the
formatargument of the audio recorder options. (only forarecord)
- Fixed
arecordcommand generation.
- Added
-lto silence effect, therefore the silence not removed from the start of the recording. - Default values of
thresholdStartandthresholdStopare both set to1. - Fixed duration of silence effect since duration parameters need to have a decimal. For example
2.0instead of2.
sampleRateandthresholdoptions removed.
- Example added to examples directory, and changed
example.jstoexamples/print-command.js.
- Fixed silence effect.
- Added
bits,encoding,rate, andtypeproperties to options, which allows greater control over output.
sampleRateoption renamed torate, legacy support still available.
- Tests added with continues integration and code coverage.
- Clarified examples in
README.md.
example.jsfixed.- Default values fixed in
README.md.
CHANGELOG.mdadded.eslintmodule added as dev dependency.eslintrc.jsonfile added.
- Restructured project files.