]> git.alsa-project.org Git - tinycompress.git/commit
cplay: Add suport for PCM audio codec
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 7 Jan 2021 21:01:06 +0000 (23:01 +0200)
committerDaniel Baluta <daniel.baluta@nxp.com>
Tue, 2 Feb 2021 15:44:28 +0000 (17:44 +0200)
commitcf3256ae1295020bcbe320d517610dfa7c5c71b4
treeed962399780c78b229a1b177056f44947cdda19e
parentbca0504a30158ca2dcee3eebefb4bd6c1d23a3bb
cplay: Add suport for PCM audio codec

Make use of newly added parse_wave_header function in order
to discover PCM codec properties.

PCM with tinycompress interface is very useful for testing
new compress API implementations and can be enabled using
--enable-pcm option at configuration time.

e.g:
    - ./gitcompile --enable-pcm

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
configure.ac
src/utils/Makefile.am
src/utils/cplay.c