You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
GStreamerMediaPlayer: accept full GstBin descriptions in "audioSink"
Rather than only accept a sink element type in SampleApp config's
gstreamerMediaPlayer -> audioSink setting (like "alsasink" or
"pulsesink"), let the user specify the name plus any parameters and
even multiple subelements to go at the end of the pipeline if needed.
The following is a useful example:
"audioSink":"pulsesink stream-properties=\"props,media.role=announce\""
in combination with the pulseaudio "module-role-ducking" module to
enable attenuating music and other audio during Alexa announcements.
0 commit comments