Skip to content

Commit

Permalink
link to example on README
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed Apr 30, 2018
1 parent 897f5b5 commit f794d63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install wavefile
## See it in action

### Using wavefile to extend the support of audio files in the browser:
https://rochars.github.io/wavefile/example/index.html
https://rochars.github.io/wavefile/example

Drag and drop .wav files and play them. This example uses **wavefile** and **wavesurfer** to create a browser player that supports mu-Law, A-Law, IMA ADPCM, 64-bit wav files and more.

Expand Down
2 changes: 1 addition & 1 deletion docs/WaveFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ <h4 class="name" id="toRIFX"><span class="type-signature"></span>toRIFX<span cla
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 19:16:02 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 Mon Apr 30 2018 19:20:37 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>About</h2><p><strong>wavefile</strong> is a module to work with wav files. I
</ul>
<p>And more.</p>
<p><strong>wavefile</strong> is extensively tested and contains samples of all supported formats. Please note that some formats (like 8-bit A-Law and 64-bit floating point) are not widely supported and may not load in every player.</p>
<h2>Install</h2><pre class="prettyprint source"><code>npm install wavefile</code></pre><h2>See it in action</h2><h3>Using wavefile to extend the support of audio files in the browser:</h3><p>https://rochars.github.io/wavefile/example/index.html</p>
<h2>Install</h2><pre class="prettyprint source"><code>npm install wavefile</code></pre><h2>See it in action</h2><h3>Using wavefile to extend the support of audio files in the browser:</h3><p>https://rochars.github.io/wavefile/example</p>
<p>Drag and drop .wav files and play them. This example uses <strong>wavefile</strong> and <strong>wavesurfer</strong> to create a browser player that supports mu-Law, A-Law, IMA ADPCM, 64-bit wav files and more.</p>
<p>Check out wavesurfer:<br>https://github.com/katspaugh/wavesurfer.js</p>
<h3>Creating wave files from scratch in the browser:</h3><p>https://tr2099.github.io/</p>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h2>LICENSE</h2><p>Copyright (c) 2017-2018 Rafael da Silva Rocha.</p>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 19:16:02 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 Mon Apr 30 2018 19:20:37 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 19:16:02 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 Mon Apr 30 2018 19:20:37 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

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

0 comments on commit f794d63

Please sign in to comment.