Name Date Size #Lines LOC

..--

include/tinycompress/H25-Apr-2025-610180

Android.bpH A D25-Apr-20251.3 KiB6660

CleanSpec.mkH A D25-Apr-20252.2 KiB521

METADATAH A D25-Apr-202539 43

MODULE_LICENSE_BSDHD25-Apr-20250

NOTICEH A D25-Apr-202511.6 KiB263202

OWNERSH A D25-Apr-202556 43

READMEH A D25-Apr-20251 KiB3123

compress.cH A D25-Apr-202518.8 KiB675500

compress_hw.cH A D25-Apr-20253.6 KiB13985

compress_ops.hH A D25-Apr-20252.1 KiB5116

compress_plugin.cH A D25-Apr-202510.8 KiB429313

cplay.cH A D25-Apr-20259.3 KiB331242

snd_utils.cH A D25-Apr-20253.9 KiB15092

snd_utils.hH A D25-Apr-20252.5 KiB7331

utils.cH A D25-Apr-20253.2 KiB9742

README

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