From 9b7b7675942a4119e19cae0db681ecefc679b453 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 2 Feb 2024 16:54:18 +0100 Subject: [PATCH] fix docu typo --- doc/libalsaaudio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libalsaaudio.rst b/doc/libalsaaudio.rst index cde91b5..a55e02a 100644 --- a/doc/libalsaaudio.rst +++ b/doc/libalsaaudio.rst @@ -489,7 +489,7 @@ The most common reason for problems with playback of PCM audio is that writes to PCM devices must *exactly* match the data rate of the device. If too little data is written to the device, it will underrun, and -ugly clicking sounds will occur. Conversely, of too much data is +ugly clicking sounds will occur. Conversely, if too much data is written to the device, the write function will either block (:const:`PCM_NORMAL` mode) or return zero (:const:`PCM_NONBLOCK` mode).