Displaying 4 results from an estimated 4 matches for "far_end".
Did you mean:
var_end
2009 Jul 06
3
near and talk suppressed
...leak_estimate) increases making the preprocessor
suppress the near end talk when it shouldn't.
Is there a way to make the leakage estimate only update when far-end is present or similar
in order to avoid this behavior?
If I need to implement this myself, does it make sense to put some kind of far_end threshold
on the update of leak_estimate or should I rather pause the adaption or do something else?
Best Regards
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090706/4de200e4/attachment.htm
2008 Mar 29
0
GCC/ELF Visibility patch
...yback with fill level ", st->play_buf_pos/st->frame_size);*/
if (!st->play_buf_started)
@@ -637,13 +637,13 @@
}
/** Performs echo cancellation on a frame (deprecated, last arg now ignored) */
-void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout)
+EXPORT void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout)
{
speex_echo_cancellation(st, in, far_end, out);
}
/** Performs echo cancellation on a frame */
-void speex_echo_...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...yback with fill level ", st->play_buf_pos/st->frame_size);*/
if (!st->play_buf_started)
@@ -637,13 +637,13 @@
}
/** Performs echo cancellation on a frame (deprecated, last arg now ignored) */
-void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout)
+EXPORT void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout)
{
speex_echo_cancellation(st, in, far_end, out);
}
/** Performs echo cancellation on a frame */
-void speex_echo_...
2004 Jan 22
3
R2 or E&M for E1 CAS pbx to pbx link