search for: jmorion

Displaying 12 results from an estimated 12 matches for "jmorion".

2009 Aug 12
0
VAD performance worse on version 1.2rc1 than 1.1.12
Thank you, but I am thinking about trying to move VAD implementation from 1.1.12 to 1.2. I'm not sure about how difficult it could be (maybe impossible due to Jean Marc has disappear). Have you tried this? Cecile. 2009/8/10 jesus <jmorion at toomeeting.com> > Hi Cecile, > > it seems it is a tabu theme, or nobody uses VAD on speex. I've tried > with external EasyVAD solution but the result was not as spected. > Other users of the list suggest an algorithm to filter voice based on > the power of the signal, b...
2008 Dec 15
0
preprocessor VAD only rocognize between silence andnot silence
...n't work (yet?). You might want to try this if you're not satisfied with Speex VAD: http://lists.xiph.org/pipermail/speex-dev/2008-August/006860.html It won't perform any miracles, but I think it works pretty well and is easy to tweak. Tom >---- Original Message ---- >From: jmorion at toomeeting.com >To: speex-dev at xiph.org >Subject: Re: [Speex-dev] preprocessor VAD only rocognize between >silence andnot silence >Date: Mon, 15 Dec 2008 12:41:53 +0100 > >>Hi, i would like if someone has experienced the same problem and if >im >>using the prepro...
2009 Aug 10
2
VAD performance worse on version 1.2rc1 than 1.1.12
Hi Cecile, it seems it is a tabu theme, or nobody uses VAD on speex. I've tried with external EasyVAD solution but the result was not as spected. Other users of the list suggest an algorithm to filter voice based on the power of the signal, but of course, it is not a voice activity detection. I am waiting also a solution for this, while so I use version 1.1.12. Regards. Cecile Dumotier
2007 Jan 25
0
SV: How to detect SpeexBits corruption
...might be surprised at the result. Also > keep in mind that the nature of the audio data itself may be > triggering the problem, especially if it is unusual in some way. Again, do you have examples of that happening. Cheers, Jean-Marc > Good luck, > > Tom > > jesus <jmorion@toomeeting.com> wrote: >> thank you, i will explain it more detailed: >> >> I use libspeex in an activeX project compiled on Visual C++ 2003 >> (Windows XP). >> >> I have one array of SpeexBits and other of decoder states. The first >> time a user spea...
2007 Jan 25
0
SV: How to detect SpeexBits corruption
...he nature of the audio data itself may be > > triggering the problem, especially if it is unusual in some way. > > Again, do you have examples of that happening. > > Cheers, > > Jean-Marc > > > Good luck, > > > > Tom > > > > jesus <jmorion@toomeeting.com> wrote: > >> thank you, i will explain it more detailed: > >> > >> I use libspeex in an activeX project compiled on Visual C++ 2003 > >> (Windows XP). > >> > >> I have one array of SpeexBits and other of decoder states. The fi...
2007 Jan 25
3
SV: How to detect SpeexBits corruption
...your code/protocol to make sure you're decoding exactly the data that the encoder produced. You might be surprised at the result. Also keep in mind that the nature of the audio data itself may be triggering the problem, especially if it is unusual in some way. Good luck, Tom jesus <jmorion@toomeeting.com> wrote: > > thank you, i will explain it more detailed: > > I use libspeex in an activeX project compiled on Visual C++ 2003 > (Windows XP). > > I have one array of SpeexBits and other of decoder states. The first > time a user speaks, i create and ini...
2006 Sep 06
1
problem linking new beta version
hello everybody, i've download the new 1.2beta1, and compile it with VC++ 6.0, at this point, all ok. i get the libspeex.lib and when i link it to my project (that was using speex 1.1.12) it reports an error: "unresolved external symbol lpc_window" this symbol is defined in window.c and its referenced in sb_celp.c and nc_celp.c, but im not sure if im doing something wrong or
2006 Sep 07
3
bad VAD in preprocessor of version 1.2beta1
Hello, first of all, sorry for the joke in the subject ;-) I have successfully update the speex library my software was using from 1.1.12 to 1.2beta1 (1.1.13). It is a VoIP software, where i set preprocessor VAD on and use the result of speex_preprocess() to determine if there is voice activity. I must say that it works fine...since i have update to the new version. Ive been testing, and
2006 Sep 21
1
echo cancellation causes assertion
Hello, i'm adding echo cancellation to my voip application, but when i call speex_echo_capture() or speex_echo_playback() causes an assertion failed, it seens that there is a delete in any where. i've encapsulated echo canceller in a class that storage the state and simply call the functions: void EchoCanceller::Playback(short *echo_frame) { speex_echo_playback(echo_state,
2009 Sep 29
1
SPEEX_PREPROCESS_SET_ECHO_STATE produces heap corruption
Hi, when I use preprocessor with AEC, VC++ alerts me about heap corruption. I have protected speex_echo_playback, speex_echo_capture and speex_preprocess_run with mutexes, to avoid echo_state being used at the same time, but it still happens. Any help about this ussue? Thank you.
2007 Jan 22
2
How to detect SpeexBits corruption
Hello, im using speex library on my vo ip project, but some times, after it works ok, it begins to play noises (like voice hits) decoding the packets of one source (the others sound ok). I finally found that reseting SpeexBits and decoder state it solves. If i cant avoid this problem, i wish to solve when it occours, but ?how to detect this? Please, if anyone has experiment this issue i
2008 Dec 11
1
preprocessor VAD only rocognize between silence and not silence
Hello, in my project im using speex 1.2rc1 and the preprocessor VAD seems to only separate complete silence from not complete silence frames. The Speex Manual, you can read "The voice activity detector (VAD) provided by the preprocessor is more advanced than the one directly provided in the codec." but if you go to the source code in preprocess.c line 995 "/* FIXME: This VAD