diff --git a/_sources/libalsaaudio.txt b/_sources/libalsaaudio.txt index 8fc3b87..c1fc337 100644 --- a/_sources/libalsaaudio.txt +++ b/_sources/libalsaaudio.txt @@ -233,6 +233,9 @@ PCM objects have the following methods: ``(0,'')`` if no new period has become available since the last call to read. + 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. + Try using a larger periodsize; .. method:: PCM.write(data) diff --git a/genindex.html b/genindex.html index 960e911..e3692d8 100644 --- a/genindex.html +++ b/genindex.html @@ -298,7 +298,7 @@