Skip to content

Commit

Permalink
deploy: 774ede9
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum committed Jan 15, 2024
1 parent 3a0ab68 commit 478549c
Show file tree
Hide file tree
Showing 34 changed files with 143 additions and 75 deletions.
12 changes: 7 additions & 5 deletions ape-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<link rel="stylesheet" href="static/highlight.css"/>
<script src="static/highlight.js"></script>
<script src="static/load-mathjax.js" async></script>
<style>
/* Highlight the current top-level TOC item, and hide the TOC of all other items */

Expand Down Expand Up @@ -59,11 +60,12 @@ <h1 class="doc-title">Easy Audio » APE tags</h1>
when readonly flag is not set on that item.
<h1 id="4-api">API</h1>

<div class="codex-error codex-no-node">No node with name <code>read-tag</code>.</div>
<div class="codex-error codex-no-node">No node with name <code>read-tag-from-end</code>.</div>
<div class="codex-error codex-no-node">No node with name <code>ape-error</code>.</div>
<div class="codex-error codex-no-node">No node with name <code>apev2-tag-error</code>.</div>
<div class="codex-error codex-no-node">No node with name <code>*apev2-external-format*</code>.</div>
<div class="codex-doc-node codex-operator codex-function"><code class="codex-name">read-tag</code><code class="codex-lambda-list">(reader)</code><div class="codex-docstring">Read APEv2 tag from reader</div></div>
<div class="codex-doc-node codex-operator codex-function"><code class="codex-name">read-tag-from-end</code><code class="codex-lambda-list">(reader)</code><div class="codex-docstring">Helper function to read APEv2 tag from end of reader's stream.
Changes reader's position. Needs APEv2 tag to contain a footer.</div></div>
<div class="codex-doc-node codex-record codex-condition"><code class="codex-name">ape-error</code><div class="codex-docstring">General APE error</div><ul class="codex-slot-list"></ul></div>
<div class="codex-doc-node codex-record codex-condition"><code class="codex-name">apev2-tag-error</code><div class="codex-docstring">APEv2 tag error</div><ul class="codex-slot-list"></ul></div>
<div class="codex-doc-node codex-variable"><code class="codex-name">*apev2-external-format*</code><div class="codex-docstring">External format used in human-readable APEv2 items</div></div>



Expand Down
22 changes: 14 additions & 8 deletions ape.html

Large diffs are not rendered by default.

47 changes: 29 additions & 18 deletions flac.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions general-decoders.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<link rel="stylesheet" href="static/highlight.css"/>
<script src="static/highlight.js"></script>
<script src="static/load-mathjax.js" async></script>
<style>
/* Highlight the current top-level TOC item, and hide the TOC of all other items */

Expand Down Expand Up @@ -53,8 +54,8 @@ <h1 class="doc-title">Easy Audio » General decoders</h1>
Currently this package has only A-law and mu-law decoders.
<h1 id="2-api">API</h1>

<div class="codex-error codex-no-node">No node with name <code>g.711-ulaw-decode</code>.</div>
<div class="codex-error codex-no-node">No node with name <code>g.711-alaw-decode</code>.</div>
<div class="codex-doc-node codex-operator codex-function"><code class="codex-name">g.711-ulaw-decode</code><code class="codex-lambda-list">(coded-value)</code><div class="codex-docstring">Decode 8-bit unsigned mu-law coded data to 16-bit signed data</div></div>
<div class="codex-doc-node codex-operator codex-function"><code class="codex-name">g.711-alaw-decode</code><code class="codex-lambda-list">(coded-value)</code><div class="codex-docstring">Decode 8-bit unsigned A-law coded data to 16-bit signed data</div></div>



Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<link rel="stylesheet" href="static/highlight.css"/>
<script src="static/highlight.js"></script>
<script src="static/load-mathjax.js" async></script>
<style>
/* Highlight the current top-level TOC item, and hide the TOC of all other items */

Expand Down
Binary file added static/MathJax_AMS-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Calligraphic-Bold.woff
Binary file not shown.
Binary file added static/MathJax_Calligraphic-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Fraktur-Bold.woff
Binary file not shown.
Binary file added static/MathJax_Fraktur-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Main-Bold.woff
Binary file not shown.
Binary file added static/MathJax_Main-Italic.woff
Binary file not shown.
Binary file added static/MathJax_Main-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Math-BoldItalic.woff
Binary file not shown.
Binary file added static/MathJax_Math-Italic.woff
Binary file not shown.
Binary file added static/MathJax_Math-Regular.woff
Binary file not shown.
Binary file added static/MathJax_SansSerif-Bold.woff
Binary file not shown.
Binary file added static/MathJax_SansSerif-Italic.woff
Binary file not shown.
Binary file added static/MathJax_SansSerif-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Script-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Size1-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Size2-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Size3-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Size4-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Typewriter-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Vector-Bold.woff
Binary file not shown.
Binary file added static/MathJax_Vector-Regular.woff
Binary file not shown.
Binary file added static/MathJax_Zero.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion static/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ code.hl-highlighted .string, code.hl-highlighted .string * {color: #d14 !importa
code.hl-highlighted .comment,
code.hl-highlighted .comment *,
code.hl-highlighted .comment .string
code.hl-highlighted .comment .string * {color: #aaa !important;}
code.hl-highlighted .comment .string * {color: #c00000 !important;}
code.hl-highlighted .string .comment {color: #d14 !important;}
12 changes: 12 additions & 0 deletions static/load-mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
window.MathJax = {
chtml: {
fontURL: 'static/'
},
};

(function () {
var script = document.createElement('script');
script.src = 'static/tex-chtml.js';
script.async = true;
document.head.appendChild(script);
})();
1 change: 1 addition & 0 deletions static/tex-chtml.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion utility-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<link rel="stylesheet" href="static/highlight.css"/>
<script src="static/highlight.js"></script>
<script src="static/load-mathjax.js" async></script>
<style>
/* Highlight the current top-level TOC item, and hide the TOC of all other items */

Expand Down Expand Up @@ -52,7 +53,10 @@ <h1 class="doc-title">Easy Audio » Utility functions</h1>

Package <code>easy-audio.core</code> contains some useful functions. Here they are.

<div class="codex-error codex-no-node">No node with name <code>mixchannels</code>.</div>
<div class="codex-doc-node codex-operator codex-function"><code class="codex-name">mixchannels</code><code class="codex-lambda-list">(out buffers)</code><div class="codex-docstring">Maps a list of <code>buffers</code>(each one for each channel) into one buffer <code>out</code>
writing sequentially the first sample of the first channel then the first sample of
second channel and so on until final channel is reached. When process repeats for
second sample of each channel until all data is written</div></div>


</main>
Expand Down
48 changes: 27 additions & 21 deletions wav.html

Large diffs are not rendered by default.

62 changes: 43 additions & 19 deletions wavpack.html

Large diffs are not rendered by default.

0 comments on commit 478549c

Please sign in to comment.