grass-audio
TypeScript icon, indicating that this package has built-in type declarations

0.5.3 • Public • Published

Grass Audio

A library that allows you to play audio files without gaps and pain. NOTE: this library is on development, some bugs may arise 😱

Get started

NOTE: You will need at least a c++20 compiler. For now ,available targets are win_x64

Install by running

npm install grass-audio

Usage

const GrassAudio = require("grass-audio");
const audioPlayer = new GrassAudio();
audioPlayer.setFiles([path1, path2, ...])
audioPlayer.play()

Api reference

please check the index.d.ts file

Package Sidebar

Install

npm i grass-audio

Weekly Downloads

3

Version

0.5.3

License

MIT

Unpacked Size

1.37 MB

Total Files

44

Last publish

Collaborators

  • lpradopostigo