search for: cc3220

Displaying 7 results from an estimated 7 matches for "cc3220".

Did you mean: 3220
2018 Feb 20
2
[EXTERNAL] Re: Developing OPUS on TI CC3220
...eems the global stack is not defined. Where do can I define this in my example? VR -----Original Message----- From: Jean-Marc Valin [mailto:jmvalin at jmvalin.ca] Sent: Tuesday, February 20, 2018 5:40 PM To: Rodriguez, Vince; opus at xiph.org Subject: [EXTERNAL] Re: [opus] Developing OPUS on TI CC3220 Hi Vince, Normally, Opus should work fine on the CC3220, though real-time encoding may be a bit tight depending on what configuration you choose. You'll probably want to configure with --enable-fixed-point and --disable-float-api (or define FIXED_POINT and DISABLE_FLOAT_API if you don't u...
2018 Feb 20
2
Developing OPUS on TI CC3220
Hello All, I'm looking to try to port a Opus Decoder and Encoder onto the TI CC3220SF (http://www.ti.com/product/CC3220) device. Currently, I have successfully been able to get the decode working for a .ogg file saved locally to the serial flash. My end goal is bidirectional audio using OPUS between two devices. While looking into the documentation for the Encoder, I was not sure...
2018 Feb 21
0
[EXTERNAL] Re: Developing OPUS on TI CC3220
..._PSEUDOSTACK unless all other options fail. Cheers, Jean-Marc > -----Original Message----- From: Jean-Marc Valin > [mailto:jmvalin at jmvalin.ca] Sent: Tuesday, February 20, 2018 5:40 PM > To: Rodriguez, Vince; opus at xiph.org Subject: [EXTERNAL] Re: [opus] > Developing OPUS on TI CC3220 > > Hi Vince, > > Normally, Opus should work fine on the CC3220, though real-time > encoding may be a bit tight depending on what configuration you > choose. You'll probably want to configure with --enable-fixed-point > and --disable-float-api (or define FIXED_POINT and D...
2018 Feb 20
0
Developing OPUS on TI CC3220
Hi Vince, Normally, Opus should work fine on the CC3220, though real-time encoding may be a bit tight depending on what configuration you choose. You'll probably want to configure with --enable-fixed-point and --disable-float-api (or define FIXED_POINT and DISABLE_FLOAT_API if you don't use autoconf). The encoder has a bunch of run-time setting...
2018 Feb 23
3
[EXTERNAL] Re: Developing OPUS on TI CC3220
Thanks Jean-Marc, I was able to get both encode and decode working the CC3220 device! But for bi-directional communication, I need decode and encode to occur in less time than the frame size I’m sending (20 ms). Currently decode takes 16~22 ms and encode is ~13 ms. What is the best way to try to reduce this time? Also, unsure why encode is taking less time than decode......
2018 Feb 23
0
[EXTERNAL] Re: Developing OPUS on TI CC3220
On 02/23/2018 10:47 AM, Rodriguez, Vince wrote: > Currently decode takes 16~22 ms and encode is ~13 ms. What is the best > way to try to reduce this time? Also, unsure why encode is taking less > time than decode... Tried running a profiler? > I've also noticed if I change my encoder to silk only, I get a Heap > overflow... I have dynamically allocated a heap for the codec,
2018 Feb 26
0
opus Digest, Vol 109, Issue 8
...'help' to opus-request at xiph.org You can reach the person managing the list at opus-owner at xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of opus digest..." Today's Topics: 1. Re: [EXTERNAL] Re: Developing OPUS on TI CC3220 (Thomas Daede) 2. Re: [EXTERNAL] Re: Developing OPUS on TI CC3220 (Rodriguez, Vince) ---------------------------------------------------------------------- Message: 1 Date: Fri, 23 Feb 2018 09:51:50 -0800 From: Thomas Daede <tdaede at mozilla.com> To: opus at xiph.org Subject: Re...