search for: adoremos

Displaying 7 results from an estimated 7 matches for "adoremos".

2010 Sep 30
2
[SPAM] [BombData][alltestmode] Using Speex Echo Canceller
...eexEchoState *st, const spx_int16_t *rec, spx_int16_t *out) Parameters: st Echo canceller state rec signal from the microphone (near end + far end echo) out Returns near-end signal with echo removed ---------------------------------- thanks & regards, Chris Adoremos On Wed, Sep 29, 2010 at 5:46 PM, Anton A. Shpakovsky <saa at tomsksoft.com>wrote: > Hi > > > > Yes, it's absolutely unnecessary to use speex codec. You can encode the > echo cancelled auido data with any codec you want. > > The Echo Canncelation API is here - &gt...
2012 Jan 18
1
data rate / sample rate
Oh I overlooked that one.. Thanks Darren! Btw, I was wondering if anyone has tried using the echo canceller function of speex with other codec like g.711? On Tue, Jan 17, 2012 at 8:32 PM, Darren Longhorn < darren.longhorn at redembedded.com> wrote: > On 14/01/12 12:26, Christopher Adoremos wrote: > > What is the highest quality audio data rate and sample rate Speex can > support? > > The front page of the web site, suggests 44 kbps for bitrate and 32kHz for > sample rate. > > -- > *Darren Longhorn* > Red Embedded > > This E-mail and any attachments...
2012 Jan 14
2
data rate / sample rate
What is the highest quality audio data rate and sample rate Speex can support? -- Thanks <http://www.earnmailer.com/link/9e66612ae7944911> <http://www.earnmailer.com/alert/confirm/9e66612ae7944911> <http://www.earnmailer.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 30
0
[SPAM] [BombData][alltestmode] Re: [SPAM] [BombData][alltestmode] Using Speex Echo Canceller
...ame in "out" buffer. The sync is very important - because speex_echo_capture won't be able to remove clean echo frame that you didn't provide with speex_echo_playback. I hope I didn't messed up anything :) Best Regards, Anton A. Shpakovsky From: Christopher Adoremos [mailto:chrisadoremos at gmail.com] Sent: Thursday, September 30, 2010 11:52 AM To: Anton A. Shpakovsky Cc: speex-dev at xiph.org Subject: [SPAM] [BombData][alltestmode] Re: [SPAM] [BombData][alltestmode] [Speex-dev] Using Speex Echo Canceller Hi Anton Thanks for the info... What if I use th...
2010 Sep 29
2
Using Speex Echo Canceller
Hi Is it possible to use only the speex echo cancellation module w/o using the speex codec? Here's the scenario: 1. I have my voice recorded in PCM audio file format 2. I want to cleanup the recorded voice by removing any echo included in the audio file/buffer 3. can I just use the ff APIs? - SpeexEchoState* speex_echo_state_init() - int speex_echo_ctl() - void speex_echo_capture()
2010 Sep 29
0
[SPAM] [BombData][alltestmode] Using Speex Echo Canceller
...nction but you will have to sync playback and capture streams by yourself. I've used GSM, iLBC and Speex codecs with Speex AEC and it works fine. Best Regards, Anton A. Shpakovsky From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of Christopher Adoremos Sent: Wednesday, September 29, 2010 4:39 PM To: speex-dev at xiph.org Cc: jean-marc.valin at usherbrooke.ca Subject: [SPAM] [BombData][alltestmode] [Speex-dev] Using Speex Echo Canceller Hi Is it possible to use only the speex echo cancellation module w/o using the speex codec? Here'...
2011 Dec 25
1
Working on VBR fixed point conversion
Hi All, I am working on VBR fixed point conversion for our DSP processor and in the algorithm the MIN_ENERGY and some more terms which I am not able to understand how those numbers are derived. Can some one help me with some documentation on algorithm discription of VBR?. Regards, -Prasad