Skip to content

Releases: meldron/node-alsa-capture

node 18 & 19 compatibility

25 Oct 11:45
Compare
Choose a tag to compare

This release adds node 18 & 19 compatibility.

To build this package, now a C++ compiler with c++17 support is required.

v0.2.2 - update dependencies and check node 16 & 17 compatibility

21 Nov 09:49
Compare
Choose a tag to compare
Update deps and node version compatibilites

v0.2.1 - update dependencies and check node 15 compatibility

17 Mar 08:01
Compare
Choose a tag to compare

v0.2.0 - support modern node versions

18 Sep 09:00
Compare
Choose a tag to compare

Major features

This release add support for Node versions 10.x and 12.x.

Now the following node versions should be supported: 6.x, 8.x, 10.x, 12.x

Additional features/fixes:

  • Typescript type hints
  • maximum sample rate of 384kHz
  • more NaN abstractions are used to avoid incompatibilities between node versions
  • update of all dependencies
  • example.js script to allow fast testing of this module

First functional NPM release

27 Feb 07:57
Compare
Choose a tag to compare