1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
include/tinycompress Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CleanSpec.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
METADATA Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_BSD Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NOTICE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
OWNERS Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
compress.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
compress_hw.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
compress_ops.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
compress_plugin.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cplay.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
snd_utils.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
snd_utils.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
utils.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

		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