MOENCH, EGON - PFHO
2007-Jan-24 14:27 UTC
[Speex-dev] Integer Version with low bit rate for Linux Kernel?
Hello, I am looking for a speech codec with low bitrate, 2000 (desired) to 2400 (max) bps. It should run in c code within the LINUX Kernel, fully integer based. Is this possible with speex? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070124/e816d13b/attachment.html
Jean-Marc Valin
2007-Jan-24 14:35 UTC
[Speex-dev] Integer Version with low bit rate for Linux Kernel?
> 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