You could write a shell script like this: #!/bin/bash command to mute the channels sleep 30 # pauses the scrit for 30 seconds command to unmute the channels
If you're using alsa or jack with alsa backend, you can use amixer commands to mute or unmute. Hope it helps. Regards, Fernando Della Torre (16) 8137-1240 (16) 9137-2886 2011/8/10 Tim Camp <[email protected]> > Looking for a rml command I can put in log to mute a specific audio card > output for a few minutes then unmute it. Thoughts? > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev > >
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
