An open API service indexing awesome lists of open source software.

https://github.com/devzolo/node-native-sound


https://github.com/devzolo/node-native-sound

Last synced: 10 months ago
JSON representation

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'));

```