1.0.1 • Published 3 years ago

echode v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Echode is a small library to play local audio files using NodeJS. It relies on FFplay, so make certain that FFmpeg is installed!

Installation

$ npm i install echode

or

$ yarn add echode

Important

Make certain FFmpeg, specifically FFplay is available on your system. Otherwise this library will not work.

Usage

import { playAudio } from "echode";

await playAudio("sound.mp3");

That's it!

1.0.1

3 years ago

0.0.1-security

3 years ago

1.0.0

3 years ago

1.0.2

3 years ago