search for: tm4c129x

Displaying 4 results from an estimated 4 matches for "tm4c129x".

2018 Jan 06
3
Ask for suggestions about optimizing opus on STM32F407
...4x</p><p style="margin:0px;"><br></p><p style="margin:0px;">Are there any available optimizations or suggestions for Cortex-M4?</p><p style="margin:0px;"><br></p><p style="margin:0px;">As I knonw, TI TM4C129x is based on Cortex-M4 too:</p><p style="margin:0px;"><a href="http://www.ti.com/tool/TIDM-TM4C129POEAUDIO" _src="http://www.ti.com/tool/TIDM-TM4C129POEAUDIO">http://www.ti.com/tool/TIDM-TM4C129POEAUDIO</a></p><p style="margin:0px;&...
2018 Jan 15
1
Ask for suggestions about optimizing opus on STM32F407
...: 16kbps > > > > Encode cost: 1.08x real time > > > > Decode cost: 0.14x real time > > > > Encode + Decode: 1.24x > > > > > > Are there any available optimizations or suggestions for Cortex-M4? > > > > > > As I knonw, TI TM4C129x is based on Cortex-M4 too: > > > > http://www.ti.com/tool/TIDM-TM4C129POEAUDIO > > > > > > The performance of opus on it is good enough for mono 48KHz sampling rate. > > > > CPU usage is only about 70% of 120MHz when encode/decode at same time. > &gt...
2018 Dec 29
0
Opus implemented on ARM processor
Hello, I’m currently using the Opus encoder in an embedded device with a small ARM Cortex M4, compressing audio in real time and it works great. My implementation is similar to the application note from Texas instrument “Implementing OPUS Voice Code for TM4C129x Device”. The next step in my application is to add voice activation capability in real-time while compression is in progress. Reading through the Opus’s documentation, I noticed the implementation of a VAD component in the Opus library. I was wondering if someone could redirect me to relevant docum...
2018 Jan 14
0
Ask for suggestions about optimizing opus on STM32F407
...gt; > 8KHz Sampling rate, Mono, VBR, frame size: 20ms, Bit-rates: 16kbps > > Encode cost: 1.08x real time > > Decode cost: 0.14x real time > > Encode + Decode: 1.24x > > > Are there any available optimizations or suggestions for Cortex-M4? > > > As I knonw, TI TM4C129x is based on Cortex-M4 too: > > http://www.ti.com/tool/TIDM-TM4C129POEAUDIO > > > The performance of opus on it is good enough for mono 48KHz sampling rate. > > CPU usage is only about 70% of 120MHz when encode/decode at same time. > > > Sincerely > > Forrest >...