Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 199 Bytes

File metadata and controls

11 lines (7 loc) · 199 Bytes

node-native-sound

BASS is an audio library for Node.js.

Example:

import { NativeSound } from 'native-sound';

const res = new NativeSound(path.join(__dirname, 'test.mp3'));