Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed May 3, 2018
1 parent cabbd81 commit d4e69e4
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 355 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ JavaScript IMA ADPCM codec.
Copyright (c) 2018 Rafael da Silva Rocha.
https://github.com/rochars/imaadpcm

References:
http://www.cs.columbia.edu/~hgs/audio/dvi/
https://github.com/acida/pyima

[![NPM version](https://img.shields.io/npm/v/imaadpcm.svg?style=for-the-badge)](https://www.npmjs.com/package/imaadpcm) [![Docs](https://img.shields.io/badge/docs-online-blue.svg?style=for-the-badge)](https://rochars.github.io/imaadpcm/index.html)
[![Codecov](https://img.shields.io/codecov/c/github/rochars/imaadpcm.svg?style=flat-square)](https://codecov.io/gh/rochars/imaadpcm) [![Unix Build](https://img.shields.io/travis/rochars/imaadpcm.svg?style=flat-square)](https://travis-ci.org/rochars/imaadpcm) [![Windows Build](https://img.shields.io/appveyor/ci/rochars/imaadpcm.svg?style=flat-square&logo=appveyor)](https://ci.appveyor.com/project/rochars/imaadpcm) [![Scrutinizer](https://img.shields.io/scrutinizer/g/rochars/imaadpcm.svg?style=flat-square&logo=scrutinizer)](https://scrutinizer-ci.com/g/rochars/imaadpcm/)

## About
IMA ADPCM codec for Node.js and the browser.

## Install
```
npm install imaadpcm
Expand Down Expand Up @@ -62,6 +61,10 @@ adpcm_samples = imaadpcm.encodeBlock(sample_block);
</script>
```

## References
http://www.cs.columbia.edu/~hgs/audio/dvi/
https://github.com/acida/pyima

## LICENSE
Copyright (c) 2018 Rafael da Silva Rocha.

Expand Down
14 changes: 1 addition & 13 deletions dist/imaadpcm-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

325 changes: 0 additions & 325 deletions dist/imaadpcm.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Apr 26 2018 20:02:31 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu May 03 2018 15:07:16 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit d4e69e4

Please sign in to comment.