forked from len0rd/rockbox
Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM decoding by introducing libpcm, a library for decoding linear and non-uniform PCM independently of the container format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a50f6f274
commit
c9183bf15e
11 changed files with 1113 additions and 611 deletions
3
apps/codecs/libpcm/SOURCES
Normal file
3
apps/codecs/libpcm/SOURCES
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
linear_pcm.c
|
||||
itut_g711.c
|
||||
dvi_adpcm.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue