Home | History | Annotate | only in /external/tinycompress
Up to higher level directory
NameDateSize
Android.mk05-Oct-2017808
compress.c05-Oct-201717K
cplay.c05-Oct-20179.3K
include/05-Oct-2017
MODULE_LICENSE_BSD05-Oct-20170
NOTICE05-Oct-201711.6K
README05-Oct-20171K
utils.c05-Oct-20173.2K

README

      1 		README for tinycompress
      2 		=======================
      3 	       vinod.koul (a] linux.intel.com
      4 	       ==========================
      5 
      6 1. WHAT
      7 	tinycompress is a userspace library for anyone who wants to use the ALSA
      8 compressed APIs introduced in Linux 3.3
      9 This library provides the APIs to open a ALSA compressed device and read/write
     10 compressed data like MP3 etc to it.
     11 
     12 	This also includes a utility command line player (cplay) which demonstrates 
     13 the usage of this API. Currently this contains support for playing the mp3 format
     14 
     15 2. WHERE
     16 	The library can found in alsa-project.org
     17 Git: git clone git://git.alsa-project.org/tinycompress.git
     18 Http: http://git.alsa-project.org/?p=tinycompress.git
     19 
     20 3. PATCHES
     21 	Please send any enhancements/fixes to alsa developer mailing list at:
     22 alsa-devel (a] alsa-project.org. 
     23 
     24 4. LICENSE
     25 	tinycompress is provided under LGPL and BSD dual license
     26 
     27 5. CREDITS
     28 - Pierre-Louis Bossart <pierre-louis.bossart (a] linux.intel.com> for library design
     29 - Navjot Singh <navjot.singh (a] intel.com> for writing the mp3 parser code 
     30 
     31