# echode

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

Latest version **1.0.1** (published 2021-02-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install echode
pnpm add echode
yarn add echode
bun add echode
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-02-10 |
| First published | 2021-02-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | jeremywashington |
| Keywords | NodeJS, play, audio |

## Links

- npm: https://www.npmjs.com/package/echode
- Repository: https://github.com/JeremyWashington/echode
- Issues: https://github.com/JeremyWashington/echode/issues
- npm.io page: https://npm.io/package/echode

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-02-10
- 0.0.1-security — 2021-02-08

## README

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

```typescript

import { playAudio } from "echode";

await playAudio("sound.mp3");

```

That's it!

---
_Source: https://npm.io/package/echode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
