<div dir="ltr">Just save to the disk. <div><br></div><div>Are you telling me that removing the autoaudiosink fix the issue? Something missing.</div><div><br></div><div>gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. !  filesrc location=CLIP1.wav ! wavparse ! mix. filesrc location=CLIP1.wav ! wavparse ! mix. wavenc ! filesink location=output.wav</div><div><br></div><div>Thanks in advance</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 9:56 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 à 20:33 +0100, joao machado a écrit :<br>
> gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. !<br>
>  autoaudiosink filesrc location=CLIP1.wav ! wavparse ! mix. filesrc<br>
> location=CLIP1.wav ! wavparse ! mix. wavenc ! filesink<br>
> location=output.wav<br>
<br>
</span>Did you really want to playback on speaker and record to disk ?<br>
Removing one of the other will fix your issue, otherwise you need a tee<br>
element to multi-plex. I'll let you the exercise of fixing it this<br>
time.<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>