<div dir="ltr">Hi<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr"><div class="gmail_quote">Hi,<br>
<div dir="ltr">i executed following commands<br>gst-launch audiotestsrc ! alsasink &<br>amixer set Master 10%+<br><br>it changed the volume for the test source playback.<br><br>Does amixer use alsamixer plugin internally?<br>
is there any command for gst-launch to include alsamixer in the chain with some preset volume? <br>can this volume be changed dynamically?</div></div></div></blockquote><div><br>I'd rather use the following pipeline, programatically: audiotestsrc ! volume ! alsasink<br>
<br>And play with volume's "volume" property, example in python: <br><br>vol = gst.element_factory_make("volume")<br>vol.set_property("volume", 0.8)<br><br>Cheers<br><br>Florent<br><br><br>
</div></div><br></div>