From 19c9ba3ed9444e02a6d91b8650a21d6f9169fe66 Mon Sep 17 00:00:00 2001 From: Ronald van Elburg Date: Sat, 12 Nov 2022 21:46:32 +0100 Subject: [PATCH] Fix issue #104 : Update description of PCM_FORMAT_U8: Unsigned 8 bit samples for each channel --- doc/libalsaaudio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libalsaaudio.rst b/doc/libalsaaudio.rst index 4223709..34ead05 100644 --- a/doc/libalsaaudio.rst +++ b/doc/libalsaaudio.rst @@ -128,7 +128,7 @@ following arguments: Format Description ========================= =============== ``PCM_FORMAT_S8`` Signed 8 bit samples for each channel - ``PCM_FORMAT_U8`` Signed 8 bit samples for each channel + ``PCM_FORMAT_U8`` Unsigned 8 bit samples for each channel ``PCM_FORMAT_S16_LE`` Signed 16 bit samples for each channel Little Endian byte order) ``PCM_FORMAT_S16_BE`` Signed 16 bit samples for each channel (Big Endian byte order) ``PCM_FORMAT_U16_LE`` Unsigned 16 bit samples for each channel (Little Endian byte order)