search for: gryting

Displaying 6 results from an estimated 6 matches for "gryting".

Did you mean: grating
2005 Mar 02
7
Speex for TI 5509 DSP
I saw a thread in the list archives about a speex port to TI 55x DSP. Wondering how that worked out (is working out)? Also wondering if there is a source archive for it, or if the patch in the email archives is still current, or if there's been updates. Any info appreciated. Thanks Paul
2005 Mar 16
1
Speex for TI 5509 DSP
...01.bin and enabled FIXED_POINT and speex is running on dsp c5x So now I'm wondering, did I get the whole patch? Which patch is the one I should be using? Regards, Paul -----Original Message----- From: Jamey Hicks [mailto:jamey.hicks@hp.com] Sent: Thursday, March 03, 2005 7:14 AM To: Paul Gryting Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] Speex for TI 5509 DSP Paul Gryting wrote: >I saw a thread in the list archives about a speex port to TI 55x DSP. >Wondering how that worked out (is working out)? > >Also wondering if there is a source archive for it, > or if the pa...
2005 Mar 08
0
VAD with speex_preprocess()
...;s VAD. - Possibly as a result of the previous point, speex_preprocess()'s VAD can get into a bad state, given an input that varies drastically in amplitude/behavior, after which point its accuracy is ruined and the only solution is to destroy/recreate the preprocess state. Tom "Paul Gryting" <paul.gryting@teligy.com> wrote: > > In speexenc.c, speex_preprocess() is not called unless AGC or denoise is > enabled. > If only VAD is enabled, it does not get called. > > speex_preprocess() has vad_enabled specific code to detect voice activity. > speex_prepro...
2005 Mar 02
0
Speex for TI 5509 DSP
The patch is still valid, though it may require minor adjustments. Although support could be improved (optimizations, codebook packing), the patch should at least allow Speex to run on a C55. Jean-Marc Le mercredi 02 mars 2005 ? 15:00 -0600, Paul Gryting a ?crit : > I saw a thread in the list archives about a speex port to TI 55x DSP. > Wondering how that worked out (is working out)? > > Also wondering if there is a source archive for it, > or if the patch in the email archives is still current, or if there's been > update...
2005 Mar 03
0
Speex for TI 5509 DSP
Paul Gryting wrote: >I saw a thread in the list archives about a speex port to TI 55x DSP. >Wondering how that worked out (is working out)? > >Also wondering if there is a source archive for it, > or if the patch in the email archives is still current, or if there's been >updates. >...
2005 Mar 11
1
DSP c5x
I'm finding it dificult to get the code to fit within c5x dsp, especially due to the large heap necessary for the huge allocations in nb_encoder_init and nb_decoder_init. Are the people that have this running using additonal external ram? Has anyone experimented with reducing the internal encoder/decoder stack sizes for narrow band... is there a practical minimum that is usable? Also,