<div dir="ltr">Great, thank you so much. <div><br></div><div>The big next step is redirect the result to a WAV file, but neither do no work my attempts :)</div><div><br></div><div><div>gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. !  autoaudiosink filesrc location=CLIP1.wav ! wavparse ! mix. filesrc location=CLIP1.wav ! wavparse ! mix. wavenc ! filesink location=output.wav</div><div> </div></div><div>Looking forward to have the final pipeline. </div><div><br></div><div>Thank you so much. </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 7:04 PM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le jeudi 14 septembre 2017 à 17:55 +0100, joao machado a écrit :<br>
> C:\gstreamer\1.0\x86\bin>gst-<wbr>launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. ! autoaudiosink filesrc location=CLIP1.wav ! mix. filesrc location=CLIP1.wav ! mix.<br>
> Setting pipeline to PAUSED ...<br>
> Pipeline is PREROLLING ...<br>
> 0:00:00.224652851 10168   007B34F0 ERROR        audioaggregator gstaudioaggregator.c:453:gst_<wbr>audio_aggregator_sink_event:<<wbr>mix> Segment of type bytes are not supported, only TIME segments are supported<br>
<br>
</span>You need to transform the WAV to RAW data (basically parse and remove<br>
the WAV HEADER). This is done by the wavparse element.<br>
<span class=""><br>
gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. ! autoaudiosink \<br>
</span>                               filesrc location=CLIP1.wav ! wavparse ! mix. \<br>
                               filesrc location=CLIP1.wav ! wavparse ! mix.<br>
<br>
regards,<br>
Nicolas<br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>