Displaying 3 results from an estimated 3 matches for "dspic33".
Did you mean:
dspic
2007 Sep 22
2
SPEEX in a DSPIC - optimisation of iir_mem16() for speed - can it be 16 bit ?
Dear Sirs,
I would be interested to hear your views on whether SPEEX could be made to
run fast on a DSPIC33 by the following strategy:
Make iir_mem16() (for example) purely 16 bit by restricting the number of
bits in the signal to say 10 using SATURATE and then making the LPC
co-efficients just 6 bits.
At present (with standard code) the encode function is taking about 140ms
which is seven times too...
2009 Jun 23
0
[Fwd: Re: Which product to use?]
...rson at VLSI ( http://www.vlsi.fi/ )
in Finland if they had a product that might work. The exchange of email
is included below.
In summary, the answer was probably no, but maybe in the future. The
VS1005 chip he mentions does not seem to have appeared yet.
I currently have a pair of Microchip DSPIC33 based boards with their
optimized/proprietized implementation of Speex on hand for testing, but
I am looking for alternate solutions. I don't believe that Microchip's
code is going to allow me to experiment with the 2.15k bit rate mode
that is most attractive for my purposes. I unders...
2013 Apr 30
3
How to identify packets to input to opus_decode()
Hi all,
I am a developer for embedded system and totally new to Opus and open
source audio codec. I'm now using Microchip dsPIC33 to develop a decoder
for Opus. I am now using sources of libopus. The first question is for
calling opus_decode(), do I need to skip the header bytes of an opus file
before I can input the file data to opus_decode()? Or will libopus handle
this automatically?
Actually I have browsed through the si...