Displaying 4 results from an estimated 4 matches for "readysetstem".
2017 Mar 09
2
(no subject)
...decoder, and a stripped build can fit in 160k.
But, on speed and RAM, any thoughts on the feasibility, or what I'd have to
do to make this work?
P.S. I sent this to the mailing list before, but I never saw it appear.
Sorry if this is a duplicate.
--
Brian Silverman
Ready Set STEM
bri at readysetstem.com
--
--
Brian Silverman
Ready Set STEM
bri at readysetstem.com
443-850-5351
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170309/240db568/attachment.html>
2017 Mar 09
0
(no subject)
Seems like everyone but you got the answer. See the archive:
http://lists.xiph.org/pipermail/opus/2017-February/003764.html
You might want to check why your SMTP gateway rejected my original email.
On Thu, Mar 9, 2017 at 9:27 AM, Brian Silverman <bri at readysetstem.com>
wrote:
> Hi,
>
> I'm looking a porting the Opus encoder (encoder only) to a Cypress PSoC 4
> (a 32-bit ARM Cortex-M0 with very limited resources), and would like to
> know the feasibility of stripping down the encoder to fit. I've been
> playing with the encoder...
2017 Feb 15
1
Porting to Cypress PSoC 4
...)
I have no doubt that I can fit the design in ROM - I've already tried
ripping out the decoder, and a stripped build can fit in 160k.
But, on speed and RAM, any thoughts on the feasibility, or what I'd have to
do to make this work?
Brian
--
--
Brian Silverman
Ready Set STEM
bri at readysetstem.com
443-850-5351
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170215/152bc810/attachment-0001.html>
2018 Mar 01
1
Opus implementation on Nordic chip
Hi
I’m currently trying to implement the Opus codec on a nRF 52 DK (from Nordic). One main goal of my project is a low power application that can record and send audio data (16+ kHz) over BLE. Therefore, the Opus audio codec would be suitable to encode audio data, send it over BLE and decode it on another chip.
Unfortunately, I have some trouble implementing it.
There are different parts to the