Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/node-3d/deps-labsound-raub
Binaries and headers for LabSound-dependent compilation
https://github.com/node-3d/deps-labsound-raub
audio binary hrtf labsound node-3d sound
Last synced: about 1 month ago
JSON representation
Binaries and headers for LabSound-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-labsound-raub
- Owner: node-3d
- License: mit
- Created: 2018-02-27T05:46:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T18:00:28.000Z (about 1 year ago)
- Last Synced: 2024-11-05T05:39:36.037Z (2 months ago)
- Topics: audio, binary, hrtf, labsound, node-3d, sound
- Language: JavaScript
- Homepage:
- Size: 90.2 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LabSound binaries
This is a part of [Node3D](https://github.com/node-3d) project.
[![NPM](https://badge.fury.io/js/deps-labsound-raub.svg)](https://badge.fury.io/js/deps-labsound-raub)
[![ESLint](https://github.com/node-3d/deps-labsound-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-labsound-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/deps-labsound-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-labsound-raub/actions/workflows/test.yml)```console
npm i -s deps-labsound-raub
```This dependency package is distributing **LabSound**
binaries through **NPM** for **Node.js** addons.* Platforms (x64): Windows x64, Linux x64, OSX x64, Linux Aarch64.
* Libraries: LabSound, libnyquist, libwavpack.
* Linking: static lib-type.LabSound is documented in the
[official repository](https://github.com/LabSound/LabSound).## binding.gyp
See in [webaudio-raub](https://github.com/node-3d/webaudio-raub/tree/master/src) Node.js addon.
## HRTF Database
The copy of
[LabSound's HRTF Assets](https://github.com/LabSound/LabSound/tree/master/assets/hrtf)
is contained in the **hrtf** directory. Its absolute path is accessible as:```js
const { hrtf } = require('deps-labsound-raub');
```## Legal notice
This software uses the [LabSound audio engine](https://github.com/LabSound/LabSound) under BSD Clause 2.
A copy of LabSound license [is included](/LABSOUND_BSD), and can also be found at
[LabSound repository](https://github.com/LabSound/LabSound/blob/master/LICENSE).
No changes to the original LabSound sources were made.