[LAU] Toggle Jack Transport CLI

Ralf Mardorf ralf.mardorf at alice-dsl.net
Tue Nov 15 18:13:59 UTC 2016



> On 15 Nov 2016, at 17:08, Jeremy Jongepier <jeremy at autostatic.com> wrote:
> if jack_transport_status | grep -q -i stopped
> then
> echo play | jack_transport &> /dev/null
> killall jack_showtime
> else
> echo stop | jack_transport &> /dev/null
> killall jack_showtime
> fi

if jack_transport_status | grep -q -i stopped
then
 echo play | jack_transport &> /dev/null
else
 echo stop | jack_transport &> /dev/null
fi
killall jack_showtime



More information about the Linux-audio-user mailing list