forked from auracaster/pyalsaaudio
Fix typo
This commit is contained in:
@@ -235,7 +235,7 @@ PCM objects have the following methods:
|
|||||||
|
|
||||||
In case of an overrun, this function will return a negative size: :const:`-EPIPE`.
|
In case of an overrun, this function will return a negative size: :const:`-EPIPE`.
|
||||||
This indicates that data was lost, even if the operation itself succeeded.
|
This indicates that data was lost, even if the operation itself succeeded.
|
||||||
Try using a larger periodsize;
|
Try using a larger periodsize.
|
||||||
|
|
||||||
.. method:: PCM.write(data)
|
.. method:: PCM.write(data)
|
||||||
|
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ periodsize*framesize bytes.</p>
|
|||||||
call to read.</p>
|
call to read.</p>
|
||||||
<p>In case of an overrun, this function will return a negative size: <tt class="xref py py-const docutils literal"><span class="pre">-EPIPE</span></tt>.
|
<p>In case of an overrun, this function will return a negative size: <tt class="xref py py-const docutils literal"><span class="pre">-EPIPE</span></tt>.
|
||||||
This indicates that data was lost, even if the operation itself succeeded.
|
This indicates that data was lost, even if the operation itself succeeded.
|
||||||
Try using a larger periodsize;</p>
|
Try using a larger periodsize.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="method">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user