An open API service indexing awesome lists of open source software.

https://github.com/hiroppy/mu-law

Convert using μ-law algorithm.
https://github.com/hiroppy/mu-law

Last synced: 26 days ago
JSON representation

Convert using μ-law algorithm.

Awesome Lists containing this project

README

          

# mu-law

## Install
```
$ npm install mu-law
```

## Usage
```javascript
const muLaw = require('mu-law');

muLaw.encode();
muLaw.decode();
```