1
0
Fork 0
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:
Thom Johansen 2007-11-16 15:35:37 +00:00
parent 88c4748a4b
commit 65458ee71c
9 changed files with 332 additions and 4 deletions

View file

@ -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;