AUDIOMIXER issue

Nicolas Dufresne nicolas at ndufresne.ca
Thu Sep 14 18:04:11 UTC 2017


Le jeudi 14 septembre 2017 à 17:55 +0100, joao machado a écrit :
> C:\gstreamer\1.0\x86\bin>gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. ! autoaudiosink filesrc location=CLIP1.wav ! mix. filesrc location=CLIP1.wav ! mix.
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> 0:00:00.224652851 10168   007B34F0 ERROR        audioaggregator gstaudioaggregator.c:453:gst_audio_aggregator_sink_event:<mix> Segment of type bytes are not supported, only TIME segments are supported

You need to transform the WAV to RAW data (basically parse and remove
the WAV HEADER). This is done by the wavparse element.

gst-launch-1.0 --gst-debug=*:3 audiomixer name=mix mix. ! autoaudiosink \
                               filesrc location=CLIP1.wav ! wavparse ! mix. \
                               filesrc location=CLIP1.wav ! wavparse ! mix.

regards,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170914/0515eeb7/attachment.sig>


More information about the gstreamer-devel mailing list