[Speex-dev] Integer Version with low bit rate for Linux Kernel?

Jean-Marc Valin jean-marc.valin at usherbrooke.ca
Wed Jan 24 14:35:27 PST 2007


> I am looking for a speech codec with low bitrate, 2000 (desired) to 2400
> (max) bps.

Speex has a 2.15 kbps mode. It doesn't sound very good though.

> It should run in c code within the LINUX Kernel, fully integer based.

It's written in C, but it's not (yet) entirely in fixed-point (integer).
Most of it is converted (the higher bit-rates are entirely fixed-point),
but there are a few float ops left IIRC.

> Is this possible with speex?

Yes, if you convert the rest of the code to integer.

	Jean-Marc


More information about the Speex-dev mailing list