Hello, I made a little test, and the encoder is using 100% of my 300 MHz. (in streaming) The values are set to: int enc_comp=1; // ENCODEUR: Complexit? int enc_abr=32768; // ENCODEUR: Bitrate (ABR) int enc_dtx=1; // ENCODEUR: DTX (activ?) int enc_sample_rate=32000; // ENCODEUR: Fr?quence is that normal or do I have coded something wrong? Because I tried some other audio codecs (with a little less quality) but their CPU usage is about 20% of my 300 MHz. Thanks!
> Because I tried some other audio codecs (with a little less quality) > but their CPU usage is about 20% of my 300 MHz.Right now, you're using the mode/bit-rate that has about the highest complexity, so a 300 MHz CPU might be normal. Lowering the bit-rate and using wideband (or even narrowband) would decrease that. Jean-Marc -- Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> Universit? de Sherbrooke