UNPKG

node-sound

Version:

A library to play audio files from nodejs applications

8 lines (7 loc) 201 B
const { NodeSoundPlayer, NodeSoundPlayerOptions } = require('./base'); const { DefaultPlayer } = require('./default'); module.exports = { NodeSoundPlayerOptions, NodeSoundPlayer, DefaultPlayer };