Displaying 7 results from an estimated 7 matches for "parakh".
2004 Aug 06
0
Kindly help me with VAD activation
...you enable the denoiser, I think.
peex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE,
&denoise_enabled);
speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD,
&vad_enabled);
speechDetected = speex_preprocess(preprocess, floatbuf, NULL);
Hope this helps,
Tom
Abhishek Parakh (abhishekp@ee.iitm.ac.in) wrote:
>
> Hello.
>
> I have generated a dll out of speex-1.1.4 using VC++6. I did not want all the
> ogg/wave header in the encoded stream. So I have replaced to codes of
> speexenc/dec with that of sampleenc/dec from the manual. Thus now the dll
>...
2004 Aug 06
2
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong?
In the future, would you use short, and forget about float?
If so, I use 1.1.4, I wouldn't need to change my code in the future, right?
You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net
And I modified it a bit to get it compiled. Should I post the errors here?
<p>-----Original Message-----
2004 Aug 06
2
Error in compiling Speexdec code(Speex-1.1.5code)onWindows usingVC++6.0
Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5 code)onWindows usingVC++6.0Actually one thing i should point out if you do decide to go this route.... currently my demuxer builds a seek table, which could potentially be a bit of a memory hog on a small device... though when i get around to adding the networking code, i will have to use my bisection seek code, so the use of the seek
2004 Aug 06
1
Coding used in Ultra Wide Band
Sir
Can u kindly tell me what kind of coding does speex
use in Ultra Wide Band ? And from where can I read the
details of it ?
Abhishek
IIT - Madras, India.
<p>
___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
2004 Aug 06
0
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
> You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net
> And I modified it a bit to get it compiled. Should I post the errors
> here?
YES, kindly post the errors that you encountered.
- Abhishek
<p><p><p>---------- Original Message -----------
From: "Kenji Chan" <adslbqmr@tpg.com.au>
To: <speex-dev@xiph.org>
Sent:
2004 Aug 06
0
Kindly help me with VAD activation
Hello.
I have generated a dll out of speex-1.1.4 using VC++6. I did not want all the
ogg/wave header in the encoded stream. So I have replaced to codes of
speexenc/dec with that of sampleenc/dec from the manual. Thus now the dll
accepts the raw input, encodes it and returns the encoded data.
I also pass on nbBytes for each frame encoded to the decoder and no other
information.
I intialise the
2004 Aug 06
1
VAD algorithm ?
Hello,
I am working with speex codec, especially its VAD part. I need to know what
algorithm it is using for silence detection and where I can get some
documentation for it.
I will be very greatful for your help.
-Abhishek