No description
Find a file
Eric Laurent 76e27cd788 fix build
Fix build breakage introduced by commit f86d1a2e
with strlcpy argument checks.

Test: make checkbuild
Change-Id: I3084f1e294d15a12923958af9170f00413fae2bb
Merged-In: I3084f1e294d15a12923958af9170f00413fae2bb
2021-01-14 20:06:24 +00:00
include/tinycompress external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
Android.bp external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
CleanSpec.mk Move cplay to vendor. 2017-06-29 21:41:31 +00:00
compress.c external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
compress_hw.c external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
compress_ops.h external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
compress_plugin.c fix build 2021-01-14 20:06:24 +00:00
cplay.c cplay: use new offload sample rate representation. 2014-10-28 12:17:44 -07:00
METADATA Add METADATA to tinycompress: BSD+Apache2=NOTICE 2020-05-05 17:16:14 +00:00
MODULE_LICENSE_BSD Initial version of tinycompress 2013-04-17 14:29:34 -07:00
NOTICE Update to tinycompress 2.0 2013-06-07 10:58:58 -07:00
OWNERS update OWNERS 2021-01-14 17:55:56 +00:00
README Initial version of tinycompress 2013-04-17 14:29:34 -07:00
snd_utils.c external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
snd_utils.h external: tinycompress: add support for compress plugins 2021-01-14 20:06:08 +00:00
utils.c Update to latest tinycompress 2013-07-25 12:56:26 -07:00

		README for tinycompress
		=======================
	       vinod.koul@linux.intel.com
	       ==========================

1. WHAT
	tinycompress is a userspace library for anyone who wants to use the ALSA
compressed APIs introduced in Linux 3.3
This library provides the APIs to open a ALSA compressed device and read/write
compressed data like MP3 etc to it.

	This also includes a utility command line player (cplay) which demonstrates 
the usage of this API. Currently this contains support for playing the mp3 format

2. WHERE
	The library can found in alsa-project.org
Git: git clone git://git.alsa-project.org/tinycompress.git
Http: http://git.alsa-project.org/?p=tinycompress.git

3. PATCHES
	Please send any enhancements/fixes to alsa developer mailing list at:
alsa-devel@alsa-project.org. 

4. LICENSE
	tinycompress is provided under LGPL and BSD dual license

5. CREDITS
- Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> for library design
- Navjot Singh <navjot.singh@intel.com> for writing the mp3 parser code