mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-03 03:47:02 +00:00
Fix issue #104 : Update description of PCM_FORMAT_U8: Unsigned 8 bit samples for each channel
This commit is contained in:
committed by
Lars Immisch
parent
b2f0466dd2
commit
19c9ba3ed9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user