search for: bourbeau

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

2011 Aug 19
2
AGC on a phone conversation
...How does speex AGC preprocessor will perform on this type of audio recording? Maybe I am wrong and AGC is not really what I need to equalize the two persons in my phone conversation? As I Understand, AGC will perform better if each party is recorded in a different channel? Thank you, Yanick Bourbeau
2011 Aug 29
3
Speex VAD always returning 1
...d to be very good. Still, weird that you get this result. If you want a sample to test it, check speexenc.c file in speex source code package. I usually implement this kind of feature outside of speex becauses I want a better control on how it happens and when to do something about it :) Yanick Bourbeau On 11-08-29 04:16 PM, Clifton Craig wrote: > +1 on this question as I wanted to start playing with it as well. > > On Aug 29, 2011, at 9:41 AM, Shridhar, Vasant wrote: > >> I have been trying to understand how to get the VAD algorithm >> working. I sent an input strea...
2012 Mar 06
1
Help about error in linking to libspeex.a
...speex-dev-owner at xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Speex-dev digest..." Today's Topics: ? 1. Help about error in linking to libspeex.a (Mashal al-shboul) ? 2. Re: Help about error in linking to libspeex.a (Yanick Bourbeau) ---------------------------------------------------------------------- Message: 1 Date: Tue, 6 Mar 2012 10:56:11 -0800 (PST) From: Mashal al-shboul <shboul8989 at yahoo.com> Subject: [Speex-dev] Help about error in linking to libspeex.a To: "speex-dev at xiph.org" <speex-dev...
2011 Aug 29
0
Speex VAD always returning 1
...In general, the WebRTC voice engine seems to be more sophisticated and mature than the Speex preprocessor (as opposed to the Speex codec, which is pretty good). Ken Smith Cell: 425-443-2359 Email: ken at alanta.com Blog: http://blog.wouldbetheologian.com/ On Mon, Aug 29, 2011 at 1:36 PM, Yanick Bourbeau <ybourbeau at mrgtech.ca>wrote: > From 1.2rc1 source code: > > preprocess.c: > > /* FIXME: This VAD is a kludge */ > st->speech_prob = Pframe; > if (st->vad_enabled) > { > if (st->speech_prob > st->speech_prob_start || (st->was_speech &&...
2013 May 22
0
Library without malloc
...e confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please destroy this message and kindly notify the sender by reply e-mail P please don't print this e-mail unless you really need to. From: Yanick Bourbeau [mailto:ybourbeau at mrgtech.ca] Sent: 22 May 2013 13:42 To: Helios Lopez Subject: Re: [Speex-dev] Library without malloc It looks fine to me. I guess you don't even need to set content to 0. I don't think malloc do it anyway. You could use bzero() instead of your for loop. bzero(&fra...
2010 Jun 07
0
No subject
...o be very good. Still, weird th= at you get this result. If you want a sample to test it, check speexenc.c file in spee= x source code package. I usually implement this kind of feature outside of speex becauses I want a= better control on how it happens and when to do something about it :) Yanick Bourbeau On 11-08-29 04:16 PM, Clifton Craig wrote: +1 on this question as I wanted to start playing with it as well. On Aug 29, 2011, at 9:41 AM, Shridhar, Vasant wrote: I have been trying to understand how to get the VAD algorithm working. I s= ent an input stream of all zeros into the preprocesso...
2010 Jun 07
0
No subject
...o be very good. Still, weird th= at you get this result. If you want a sample to test it, check speexenc.c file in spee= x source code package. I usually implement this kind of feature outside of speex becauses I want a= better control on how it happens and when to do something about it :) Yanick Bourbeau On 11-08-29 04:16 PM, Clifton Craig wrote: +1 on this question as I wanted to start playing with it as well. On Aug 29, 2011, at 9:41 AM, Shridhar, Vasant wrote: I have been trying to understand how to get the VAD algorithm working. I s= ent an input stream of all zeros into the preprocesso...
2011 Aug 23
0
AGC on a phone conversation
2011.08.23. 15:38 keltez?ssel, Yanick Bourbeau ?rta: > Since I don't have access to different channels as I record a phone call > using a man in the middle approach, there is something else I can use > to equalize the sound ? What I would do then probably is try to manually separate the two channels/talkers; say channel 1 goes fro...
2011 Sep 04
1
Speex VAD always returning 1
...gine seems to be more sophisticated and mature than the Speex preprocessor (as opposed to the Speex codec, which is pretty good). Ken Smith Cell: 425-443-2359 Email: ken at alanta.com<mailto:ken at alanta.com> Blog: http://blog.wouldbetheologian.com/ On Mon, Aug 29, 2011 at 1:36 PM, Yanick Bourbeau <ybourbeau at mrgtech.ca<mailto:ybourbeau at mrgtech.ca>> wrote:
2012 Mar 09
2
using unsigned short instead of short for input frame
...es different value: unsigned short FFFF=65535 where short FFFF= -1. however, can i configure speex codec (specifically speex_encode_int function) to take input of type unsigned short instead of short so that i avoid casting errors ? Regards, Mashal ________________________________ From: Yanick Bourbeau <ybourbeau at mrgtech.ca> To: Mashal al-shboul <shboul8989 at yahoo.com> Sent: Friday, March 9, 2012 4:29 PM Subject: Re: [Speex-dev] using unsigned short instead of short for input frame uint16_t is usually a typedef of an unsigned short or int depending of the platform. It is supp...
2011 Aug 29
2
Speex VAD always returning 1
I have been trying to understand how to get the VAD algorithm working. I sent an input stream of all zeros into the preprocessor but still got a return value of 1 indicating that speech was detected. Is this feature not available with the latest release? I thought at the very least it would detect this as silence and return 0 but that does not seem to be the case. Does anyone have any
2013 May 22
0
Library without malloc
...e confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please destroy this message and kindly notify the sender by reply e-mail P please don't print this e-mail unless you really need to. From: Yanick Bourbeau [mailto:ybourbeau at mrgtech.ca] Sent: 21 May 2013 17:52 To: Helios Lopez Subject: Re: [Speex-dev] Library without malloc You don't need malloc at all. Just create a byte array like: unsigned char buffer[160]; And use &buffer[0] as pointer in speex functions? On 13-05-21 12:17 PM, Heli...