forked from len0rd/rockbox
FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b2ffb3e08f
commit
db64bf9ea4
2 changed files with 283 additions and 189 deletions
|
|
@ -8,6 +8,7 @@
|
|||
/* Always output samples shifted to 28 bits + sign*/
|
||||
#define ALAC_OUTPUT_DEPTH 29
|
||||
#define SCALE16 (ALAC_OUTPUT_DEPTH - 16)
|
||||
#define SCALE24 (ALAC_OUTPUT_DEPTH - 24)
|
||||
#define ALAC_MAX_CHANNELS 2
|
||||
#define ALAC_BLOCKSIZE 4096 /* Number of samples per channel per block */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue