No description
Find a file
Chih-Hung Hsieh 052b54a51e Add default active developers into OWNERS
Bug: 33166666
Test: gerrit uploader
Change-Id: I76b9a3ac5a3f4d1440c5d210925e26afc0abc988
2019-01-04 15:47:33 -08:00
include/tinycompress fix missing closing bracket for extern "C" statement in tinymp3.h 2014-10-23 10:41:19 -07:00
Android.bp Use -Werror in external/tinycompress 2017-09-29 11:59:15 -07:00
CleanSpec.mk Move cplay to vendor. 2017-07-11 10:58:50 -07:00
compress.c compress: compress_wait() must return error if timed out 2013-11-22 11:05:17 -08:00
cplay.c cplay: use new offload sample rate representation. 2014-10-28 12:17:44 -07: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 Add default active developers into OWNERS 2019-01-04 15:47:33 -08:00
README Initial version of tinycompress 2013-04-17 14:29:34 -07: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