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
|
@ -106,7 +106,7 @@ void speex_bits_rewind(SpeexBits *bits)
|
|||
bits->overflow=0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifndef SPEEX_VOICE_ENCODER
|
||||
void speex_bits_read_from(SpeexBits *bits, char *chars, int len)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue