forked from auracaster/pyalsaaudio
Fix capitalization.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="genindex.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" />
|
||||
|
||||
@@ -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>
|
||||
<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
|
||||
kb/s (almost 5 Mb sound data per second)</p>
|
||||
kb/s (almost 5 MB sound data per second)</p>
|
||||
</dd>
|
||||
<dt>Period</dt>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user