[Speex-dev] encoding time
Елягин Сергей Владимиро
Елягин Сергей Владимиро
Tue Dec 15 04:28:19 PST 2009
Good afternoon!
Thank you for your product Speex. We want to use it in
microcontroller AT91SAM7S256 (48 MHz).
We applied the following:
#define FIXED_POINT
#define DISABLE_WIDEBAND
#define DISABLE_HIGHPASS
#define MANUAL_ALLOC
#define OS_SUPPORT_CUSTOM
at
speex_encoder_init(&speex_nb_mode);
speex_decoder_init(&speex_nb_mode);
tmp=2;
speex_encoder_ctl(st, SPEEX_SET_QUALITY, &tmp);
Encoding time for one frame (20 ms) is 46 ms,
and decoding time is 4 ms.
Is it possible to reduce encoding time?
Thank you.
Best regards,
Dr Elyagin Sergei
More information about the Speex-dev
mailing list