1
0
Fork 0
forked from len0rd/rockbox

Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15668 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-11-18 17:12:19 +00:00
parent 75432619e8
commit 99617d71ba
29 changed files with 753 additions and 1153 deletions

View file

@ -67,8 +67,6 @@ extern unsigned char codecbuf[];
extern void* plugin_get_audio_buffer(size_t *buffer_size);
struct codec_api ci_voice;
struct codec_api ci = {
0, /* filesize */
@ -163,6 +161,8 @@ struct codec_api ci = {
flush_icache,
invalidate_icache,
#endif
NULL, /* struct sp_data *dsp */
};
void codec_get_full_path(char *path, const char *codec_root_fn)