search for: highpass_enabled

Displaying 5 results from an estimated 5 matches for "highpass_enabled".

2006 Aug 22
2
Please test upcoming release
...structure having a different type than the interface, as long both types are big enough to hold the possible values (in this case 0 and 1). Though, as you pointed out, testenc needs to be fixed to use spx_int32_t instead of int. I'll change that. Jean-Marc Jim Crichton a ?crit : > st->highpass_enabled is typed inconsistently. It is "int" in the > structure, but "spx_int32_t" in the SET, GET cases in > nb(sb)_encoder(decoder)_ctl. The parameter is "int" in testenc.c, and > in the TI version ti\testenc-TI-C5x.c. This breaks for 16 bit platforms, > where...
2007 Aug 29
2
high-pass filter issues
...decode function I am having a problem with the execution of my program vectoring off to random interrupts that are not used. I have tracked down the error to the highpass function called in nb_decode -very close to the end of the function-context: it is called here: ln 1719 for me if (st->highpass_enabled) highpass(out, out, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_OUTPUT, st->mem_hp); /*for (i=0;i<st->frameSize;i++) printf ("%d\n", (int)st->frame[i]);*/ here's the function: void highpass(const spx_word16_t *x, s...
2006 Aug 17
7
Please test upcoming release
Hi everyone, I'm about to release version 1.2-beta1 (which I could have called 1.1.13), which includes many, many changes. It would help if everyone could give the svn version (http://svn.xiph.org/trunk/speex/) a try and see if it works fine. I'll check my email next week when I'm back from some vacations and if nothing bad has been reported, I'll make the release. Have fun,
2006 Aug 23
0
Please test upcoming release
...han the interface, as long both types are big enough > to hold the possible values (in this case 0 and 1). Though, as you > pointed out, testenc needs to be fixed to use spx_int32_t instead of > int. I'll change that. > > Jean-Marc > > Jim Crichton a ?crit : >> st->highpass_enabled is typed inconsistently. It is "int" in the >> structure, but "spx_int32_t" in the SET, GET cases in >> nb(sb)_encoder(decoder)_ctl. The parameter is "int" in testenc.c, and >> in the TI version ti\testenc-TI-C5x.c. This breaks for 16 bit platforms,...
2019 Sep 05
0
Set off high-pass filter
...o cancellation. I noticed there was a high-pass filter and I tried to deactivate it by commenting the lines related to SET_HIGHPASS_FILTER. Unfortunately, after I recompiled SpeexDSP, the high-pass filter was still on. Obviously, this procedure was wrong. Instead, I tried to set the variable"highpass_enabled" to zero. Again, it didn't set the high-pass filter off. Would you know what would be the right way to deactivate the high-pass filter ? Best regards, -- Guillaume Carbajal PhD Student Multispeech Project-Team Inria Nancy - Grand Est Campus scientifique, 54506 Vandœuvre-lès-Nancy, France...