]> git.alsa-project.org Git - alsa-utils.git/commit
aplay: fix S24_LE wav header
authorPeter Suti <peter.suti@streamunlimited.com>
Wed, 20 Mar 2024 08:40:21 +0000 (09:40 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 17 Apr 2024 10:05:59 +0000 (12:05 +0200)
commit9cdcbe0e932b97fac88a6195f87647159a6c7194
treeac49c2ee1294512a5303301043d74a29bfb98610
parent906a56f9ff136211e53db201383a47d9b0ee445d
aplay: fix S24_LE wav header

S24_LE is 32 bits in width storing 24 bits of data and 8 bits of padding
So wav header needs to be 32 bits not 24

Closes: https://github.com/alsa-project/alsa-utils/pull/260
Signed-off-by: Peter Suti <peter.suti@streamunlimited.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aplay/aplay.c