Fix issue #104 : Update description of PCM_FORMAT_U8: Unsigned 8 bit samples for each channel

This commit is contained in:
Ronald van Elburg
2022-11-12 21:46:32 +01:00
committed by Lars Immisch
parent b2f0466dd2
commit 19c9ba3ed9
+1 -1
View File
@@ -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)