1
0
Fork 0
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:
Michael Giacomelli 2010-01-27 17:25:10 +00:00
parent 7a50f6f274
commit c9183bf15e
11 changed files with 1113 additions and 611 deletions

View file

@ -0,0 +1,3 @@
linear_pcm.c
itut_g711.c
dvi_adpcm.c