Hello,
When I try to use the Audiomixer plugin with several live sources, I hear clicks on the audio output. Example with the following command line: gst-launch-1.0 \ audiotestsrc freq=440 is-live=true ! volume ! audiomixer0. \ audiotestsrc freq=450 is-live=true ! volume ! audiomixer0. \ audiotestsrc freq=460 is-live=true ! volume ! audiomixer0. \ audiotestsrc freq=470 is-live=true ! volume ! audiomixer0. \ audiotestsrc freq=480 is-live=true ! volume ! audiomixer0. \ audiomixer ! volume ! tee \ tee0. ! queue ! alsasink Clicks are noticeable. With the following command line: gst-launch-1.0 \ audiotestsrc freq=440 ! volume ! audiomixer0. \ audiotestsrc freq=450 ! volume ! audiomixer0. \ audiotestsrc freq=460 ! volume ! audiomixer0. \ audiotestsrc freq=470 ! volume ! audiomixer0. \ audiotestsrc freq=480 ! volume ! audiomixer0. \ audiomixer ! volume ! tee \ tee0. ! queue ! alsasink No perceptible clicks. Would you have an idea, allowing me to use the plugin audiomixer with several live source without signal deterioration. Thank you in advance. Paul Goulpié |
Le lundi 20 février 2017 à 02:45 -0800, paul.goulpie a écrit :
> Hello, > > When I try to use the Audiomixer plugin with several live sources, I > hear > clicks on the audio output. > Example with the following command line: > gst-launch-1.0 \ > audiotestsrc freq=440 is-live=true ! volume ! audiomixer0. \ > audiotestsrc freq=450 is-live=true ! volume ! audiomixer0. \ > audiotestsrc freq=460 is-live=true ! volume ! audiomixer0. \ > audiotestsrc freq=470 is-live=true ! volume ! audiomixer0. \ > audiotestsrc freq=480 is-live=true ! volume ! audiomixer0. \ > audiomixer ! volume ! tee \ > tee0. ! queue ! alsasink buffer-duration. The latency will increase the mixer buffering while the output-buffer-duration will reduce the load. The defaults are meant for non-live. > > Clicks are noticeable. > > With the following command line: > gst-launch-1.0 \ > audiotestsrc freq=440 ! volume ! audiomixer0. \ > audiotestsrc freq=450 ! volume ! audiomixer0. \ > audiotestsrc freq=460 ! volume ! audiomixer0. \ > audiotestsrc freq=470 ! volume ! audiomixer0. \ > audiotestsrc freq=480 ! volume ! audiomixer0. \ > audiomixer ! volume ! tee \ > tee0. ! queue ! alsasink > > No perceptible clicks. > > Would you have an idea, allowing me to use the plugin audiomixer with > several live source without signal deterioration. > Thank you in advance. > > Paul Goulpié gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (188 bytes) Download Attachment |
Free forum by Nabble | Edit this page |