- Allow for multiple instance at once.
- Updated development dependencies.
- Updated development dependencies.
- Device option removed for
sox
andrec
commands.
- Updated dependencies.
keepSilence
option added fosox
andrec
only. The option enables or disabled the-l
flag which controls whether the silence is part of the recording or not.
- Opened up the
format
argument of the audio recorder options. (only forarecord
)
- Fixed
arecord
command generation.
- Added
-l
to silence effect, therefore the silence not removed from the start of the recording. - Default values of
thresholdStart
andthresholdStop
are both set to1
. - Fixed duration of silence effect since duration parameters need to have a decimal. For example
2.0
instead of2
.
sampleRate
andthreshold
options removed.
- Example added to examples directory, and changed
example.js
toexamples/print-command.js
.
- Fixed silence effect.
- Added
bits
,encoding
,rate
, andtype
properties to options, which allows greater control over output.
sampleRate
option renamed torate
, legacy support still available.
- Tests added with continues integration and code coverage.
- Clarified examples in
README.md
.
example.js
fixed.- Default values fixed in
README.md
.
CHANGELOG.md
added.eslint
module added as dev dependency.eslintrc.json
file added.
- Restructured project files.