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.
- Host: GitHub
- URL: https://github.com/hiroppy/mu-law
- Owner: hiroppy
- License: mit
- Created: 2016-12-19T04:34:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:36:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T21:56:06.979Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mu-law
## Install
```
$ npm install mu-law
```
## Usage
```javascript
const muLaw = require('mu-law');
muLaw.encode();
muLaw.decode();
```