[Speex-dev] Problems with Speex Libary
Ken Berkun
berkun at lttaloha.com
Wed Feb 4 21:38:16 PST 2009
I am assuming you are doing this in Windows. You need to change the code as
follows:
//state = speex_encoder_init(&speex_nb_mode);
const SpeexMode * mode;
mode = speex_lib_get_mode (SPEEX_MODEID_NB);
state = speex_encoder_init(mode);
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090204/e4c1eb3a/attachment.htm
More information about the Speex-dev
mailing list