Fix capitalization.

This commit is contained in:
Lars Immisch
2017-07-09 13:44:44 +02:00
parent 9256cb89ba
commit 1fdc25d368
4 changed files with 12 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="prev" title="PCM Terminology and Concepts" href="terminology.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -753,6 +754,7 @@ Channel 1 volume: 61%
<h3>Related Topics</h3> <h3>Related Topics</h3>
<ul> <ul>
<li><a href="index.html">Documentation overview</a><ul> <li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="terminology.html" title="previous chapter">PCM Terminology and Concepts</a></li>
</ul></li> </ul></li>
</ul> </ul>
</div> </div>

View File

@@ -26,6 +26,8 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="next" title="PCM Terminology and Concepts" href="terminology.html" />
<link rel="prev" title="alsaaudio documentation" href="index.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -167,6 +169,8 @@ a real problem.</p>
<h3>Related Topics</h3> <h3>Related Topics</h3>
<ul> <ul>
<li><a href="index.html">Documentation overview</a><ul> <li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="index.html" title="previous chapter">alsaaudio documentation</a></li>
<li>Next: <a href="terminology.html" title="next chapter">PCM Terminology and Concepts</a></li>
</ul></li> </ul></li>
</ul> </ul>
</div> </div>

File diff suppressed because one or more lines are too long

View File

@@ -26,6 +26,8 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="next" title="alsaaudio" href="libalsaaudio.html" />
<link rel="prev" title="Introduction" href="pyalsaaudio.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -86,7 +88,7 @@ second at a certain frame size and rate.</p>
8000 * 1 * 1 = 8 kb/s or 64kbit/s. This is typically used for telephony.</p> 8000 * 1 * 1 = 8 kb/s or 64kbit/s. This is typically used for telephony.</p>
<p class="last">At the other end of the scale, 96000 Hz, 6 channel sound with 64 <p class="last">At the other end of the scale, 96000 Hz, 6 channel sound with 64
bit (8 bytes) samples has a data rate of 96000 * 6 * 8 = 4608 bit (8 bytes) samples has a data rate of 96000 * 6 * 8 = 4608
kb/s (almost 5 Mb sound data per second)</p> kb/s (almost 5 MB sound data per second)</p>
</dd> </dd>
<dt>Period</dt> <dt>Period</dt>
<dd>When the hardware processes data this is done in chunks of frames. The time <dd>When the hardware processes data this is done in chunks of frames. The time
@@ -121,6 +123,8 @@ on.</p>
<h3>Related Topics</h3> <h3>Related Topics</h3>
<ul> <ul>
<li><a href="index.html">Documentation overview</a><ul> <li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="pyalsaaudio.html" title="previous chapter">Introduction</a></li>
<li>Next: <a href="libalsaaudio.html" title="next chapter"><code class="docutils literal"><span class="pre">alsaaudio</span></code></a></li>
</ul></li> </ul></li>
</ul> </ul>
</div> </div>