Thanks for the help Stefan, right now im using an proprietary solution, i created an element and im using the proprietary solution inside (an audio filter). But i would like to use gstreamer open source solutions, but if it will take to much work to make it work ill have to keep with the proprietary solution :-( (damn deadlines).<br>
<br>Best regards,<br>Katcipis<br><br><div class="gmail_quote">On Fri, Jul 24, 2009 at 11:27 AM, Stefan Kost <span dir="ltr">&lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tiago Katcipis schrieb:<br>
<div class="im">&gt; Anyone can give a hint on what would be the best way to remove the<br>
&gt; silence from an audio stream? Not only silence from the beginning and<br>
&gt; the end, i want to remove all the silence from the stream and output<br>
&gt; only the voice.<br>
&gt;<br>
&gt; cutter seens to do something like this (sending signals) but i cant<br>
&gt; make it do exactly what i want, i dont want to know when silence<br>
&gt; starts and ends, i want it removed from the stream :-).<br>
</div>if you know the positions, then you could play a series of segmented<br>
seeks (see GST_SEEK_FLAG_SEGMENT from the docs). You might want to<br>
re-timestamp the buffers to make it a continous audiostream (you can use<br>
a pad-probe for it). Altogether not really a beginner project.<br>
<br>
Stefan<br>
<div class="im">&gt;<br>
&gt; best regards,<br>
&gt; Katcipis<br>
&gt;<br>
&gt; --<br>
&gt; &quot;it might be a profitable thing to learn Java, but it has no<br>
&gt; intellectual value whatsoever&quot; Alexander Stepanov<br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
<br>
<br>
------------------------------------------------------------------------------<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>&quot;it might be a profitable thing to learn Java, but it has no intellectual value whatsoever&quot; Alexander Stepanov<br>