Removing silence from a stream

classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Removing silence from a stream

Sagar
Hi Nicola,

Thanks a lot for the patch, very much appreciated, I will integrate this in my code too.
Can you please explain what "hysteresis" means and what is the ideal value of "hysteresis" for optimal performance of the plugin is it 480 i.e default value ?

Regrads,
Sagar Pilkhwal
Reply | Threaded
Open this post in threaded view
|

Re: Removing silence from a stream

Mailing List SVR
Il 03/02/2017 12:50, Sagar ha scritto:
> Hi Nicola,
>
> Thanks a lot for the patch, very much appreciated, I will integrate this in
> my code too.
> Can you please explain what "hysteresis" means and what is the ideal value
> of "hysteresis" for optimal performance of the plugin is it 480 i.e default
> value ?
Hi,

it is the hysteresis (in audio samples) for voice to silence transiction

https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/removesilence/vad_private.c#n136


the ideal value depends on your need, the default should be good for
general use cases,

Nicola

>
> Regrads,
> Sagar Pilkhwal
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Removing-silence-from-a-stream-tp973199p4681700.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
12