https://github.com/devzolo/node-native-sound
https://github.com/devzolo/node-native-sound
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzolo/node-native-sound
- Owner: devzolo
- License: mit
- Created: 2020-02-24T05:41:40.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T22:12:14.000Z (over 2 years ago)
- Last Synced: 2025-06-15T16:06:48.815Z (10 months ago)
- Language: C++
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-native-sound
BASS is an audio library for Node.js.
Example:
```ts
import { NativeSound } from 'native-sound';
const res = new NativeSound(path.join(__dirname, 'test.mp3'));
```