]> git.alsa-project.org Git - tinycompress.git/commit
fcplay: initial addition
authorVinod Koul <vkoul@kernel.org>
Thu, 5 Dec 2019 07:57:28 +0000 (13:27 +0530)
committerJaroslav Kysela <perex@perex.cz>
Wed, 19 Feb 2020 09:30:44 +0000 (10:30 +0100)
commitb88a0ec4f6413ec631e54444820979067a4d1d02
treefd97219d0e0f21be8d80a6d319fcc34fc5d67bdd
parent474d2ec5e57209a468597428faa1beb080687659
fcplay: initial addition

This tool was forked from tinycompress cplay. The fork was required due
to this linking against libavcodec which is GPL. This uses libav APIs to
parse the compressed files and send the audio stream to compressed
device using tinycompress APIs

Right now it supports only playback on MP3 (no problems now not finding
sync word) and flac files.

Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
.gitignore
configure.ac
src/Makefile.am
src/utils-lgpl/Makefile.am [new file with mode: 0644]
src/utils-lgpl/fcplay.c [new file with mode: 0644]