Displaying 5 results from an estimated 5 matches for "_noticed_".
2004 Aug 06
2
Memory leak in denoiser + a few questions
...at for the next
> release (in the mean time, the fix is obvious). In case you're
> interested, I'm currently working on a reverberation suppression
> algorithm. I'll put it in CVS.
Reverberation suppression?
I guess this would help reduce local source echoes? I've never
_noticed_ that to be a problem in my use, but I would imagine that
using a notebook's built-in microphone, you'd get some echo off of the
screen and stuff [also from the whole room]..
Most of these echoes aren't so bad, but I guess they might make the
encoding job harder. I'd sure rather...
2004 Aug 06
0
Memory leak in denoiser + a few questions
> Reverberation suppression?
Basically, it means that if you are in a room with lots of echo (long
decay), I can reduce it a bit.
> I guess this would help reduce local source echoes? I've never
> _noticed_ that to be a problem in my use, but I would imagine that
> using a notebook's built-in microphone, you'd get some echo off of the
> screen and stuff [also from the whole room]..
>
> Most of these echoes aren't so bad, but I guess they might make the
> encoding job har...
2007 Feb 20
6
Markdown and Wikis
I would like to have a wiki that uses Markdown as the markup
language (or something very close), I've currently used PmWiki
and I really like it but there are some problems with using
Markdown so I'm interested to see if there is an alternative
that works better for me.
I've looked at wiki matrix and searched for and found the
following list
bitweaver, DekiWiki, DokuWiki, Friki,
2004 Aug 06
5
Memory leak in denoiser + a few questions
Hello
The st->zeta pointer isn't freed in the speex_preprocess_state_destroy()
function of the preprocess.c file (alloced in line 167). It's in Speex 1.1.4
by the way.
I'm trying to make the denoiser work with my application and has got
reasonable noise reduction after applying the denoiser. I, however, haven't
been able to find any information of what the purpose of
2004 Aug 06
4
Memory leak in denoiser + a few questions
Jean-Marc Valin wrote:
>>Reverberation suppression?
>>
>>
>
>Basically, it means that if you are in a room with lots of echo (long
>decay), I can reduce it a bit.
>
>
>
>>I guess this would help reduce local source echoes? I've never
>>_noticed_ that to be a problem in my use, but I would imagine that
>>using a notebook's built-in microphone, you'd get some echo off of the
>>screen and stuff [also from the whole room]..
>>
>>Most of these echoes aren't so bad, but I guess they might make the
>>e...