forked from len0rd/rockbox
Speex encoder specially tailored to create voice UI snippets. Small fixups to libspeex to allow it to be built.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15640 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88c4748a4b
commit
65458ee71c
9 changed files with 332 additions and 4 deletions
|
@ -24,12 +24,22 @@ speex.c
|
|||
speex_callbacks.c
|
||||
speex_header.c
|
||||
#ifndef ROCKBOX_VOICE_CODEC
|
||||
#ifndef ROCKBOX_VOICE_ENCODER
|
||||
oggframing.c
|
||||
#endif
|
||||
stereo.c
|
||||
#endif
|
||||
#ifdef ROCKBOX_VOICE_ENCODER
|
||||
lpc.c
|
||||
vbr.c
|
||||
vq.c
|
||||
window.c
|
||||
resample.c
|
||||
#else
|
||||
#ifdef CPU_COLDFIRE
|
||||
filters_cf.S
|
||||
ltp_cf.S
|
||||
#elif defined(CPU_ARM)
|
||||
filters_arm4.S
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue