Re: Audio Output Timer Utility

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Thanks for the information on festival.I think that this will work for at leastsome of our applications.
 

    On Tuesday, January 9, 2018 12:43 PM, Frank Cox <theatre@xxxxxxxxxxx> wrote:
 

 On Tue, 9 Jan 2018 17:34:32 +0000 (UTC)
Chris Olson wrote:

> One of our test directors suggested that we use a digital count-
> down timer with audio outputs to prompt test operators for their
> inputs or responses at appropriate times.  We have not found such
> a utility on our CentOS 6 distribution.

Use the sleep command and festival.

#!/bin/bash
echo "one " | festival --tts
sleep 5
echo "two" | festival --tts
sleep 4
echo "ten thousand three hundred twelve " | festival --tts
sleep 50
echo "operation complete" | festival --tts


-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos

   
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux