]> git.alsa-project.org Git - tinycompress.git/commit
fcplay: initial addition fcplay
authorVinod Koul <vkoul@kernel.org>
Thu, 5 Dec 2019 07:57:28 +0000 (13:27 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 5 Dec 2019 07:57:28 +0000 (13:27 +0530)
commit43d6e8e1f8fe5e29325929546341979205086923
treefd97219d0e0f21be8d80a6d319fcc34fc5d67bdd
parent51d708a5a0eeb76ddaae3150154f5a3612c254dc
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]