Skip to content

Releases: node-3d/webaudio

Release 5.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 08:20

Fix missing dependency when loading HRTF directory.

Release 5.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 07:33
  • Updated the LabSound backend to post-1.2.0 version.
  • Fixed issues after LabSound update (some of them may have existed before too).
  • Enabled RTTI and Exceptions as LabSound uses them. Unsure how it worked before.
  • Improved the DelayNode API conformance.

Release 5.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 07:39
  • Migrated Linux ARM build action to GH runner.
  • Updated dependencies.
  • Rebuilt binaries.
  • Optimized the size of Windows binary.

Release 4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 19:29
  • Rebuilt with LabSound 1.2.0.
  • Upgraded the GitHub build action and added Linux Aarch64 support (unsure if it works!).
  • Now the binary archives are in GZ format.
  • Updated dependencies.
  • Switched from Jest to Node.js testing.

Rebuild with LabSound 1.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Nov 17:24

Updated the dependencies and the module structure.
Fixed the CPP sources to fit the new LabSound API.
It seems to work on Windows at least.

Update and Rebuild

Choose a tag to compare

@raub raub released this 01 Oct 19:43

Rebuilt with recent LabSound version
Removed explicit updater on JS side - a possible leak

Fix ABSN start/stop

Choose a tag to compare

@raub raub released this 20 Jan 16:31

AudioBufferSourceNode and its descendants now can call start/stop without arguments, as specified in WebAudio docs.

The Advent of N-API

Choose a tag to compare

@raub raub released this 25 Aug 18:17

Designed to work with Addon Tools 5. Moved GYP build step to subfolder.

Installation flow was changed.

Before: download sources, compile, remove unnecessary intermediates.
Now: download N-API binary from a Github/other release.