[opus] Opus encoder decoder MIPs Info Needed

Jean-Marc Valin jmvalin at jmvalin.ca
Wed Jun 19 22:13:09 PDT 2013


Hi,

On 06/19/2013 04:45 AM, jack8206 wrote:
>     We are developing embedded solutions based on the Cortex-M4. We are
> considering Opus as a solution for our audio compression algorithm.
> However,before we invest heavily in code integration we would like to
> get some idea of the MIPS required. Does anyone have any knowledge of
> the MIPs requirements for Opus (specifically the SILK portion)?
> what about OPUS_SET_COMPLEXTY(x) corresponding complexity? Any
> experience with other processors (such as ARM) would be helpful. 

What you will find is that there's a wide variation of complexity
depending on the sampling rate (from 8 kHz to 48 kHz), the number of
channels (mono or stereo), and the value you use for OPUS_SET_COMPLEXTY
(0 to 10). I recommend you try the version in git (master), since
there's been a lot of optimizations since 1.0.x.

Cheers,

	Jean-Marc


More information about the opus mailing list