Is there a 'dow' (day of week) setting that would allow Allison, in conjunction with the time, to say what Day of the week it is? I've edited chrontab to have an hourly chime that spits out the local time. Mondays are hard... I need help ;-) Ultimately, I'd like to be able to hear; Today is Monday, October 28. Good morning, the time is 11 o'clock, AM. If there were a speech engine that could take text and convert it to speech, then I suppose a string with the variables would be generated, but that's not -really- the direction I wanted to do. Ideas? -Geoff/W5OMR 29655
Can I get a copy to look at Thanks Richard Szajkowski
On Oct 28, 2013, at 11:33 AM, Geoff <ars.w5omr@gmail.com> wrote:
Is there a 'dow' (day of week) setting that would allow Allison, in conjunction with the time, to say what Day of the week it is?
I've edited chrontab to have an hourly chime that spits out the local time.
Mondays are hard... I need help ;-)
Ultimately, I'd like to be able to hear; Today is Monday, October 28. Good morning, the time is 11 o'clock, AM.
If there were a speech engine that could take text and convert it to speech, then I suppose a string with the variables would be generated, but that's not -really- the direction I wanted to do.
Ideas?
-Geoff/W5OMR 29655
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Hello Geoff, There is a speech engine called Cepstral (http://www.cepstral.com/) that may work for what you're trying to do. It comes bundled with the "Allison" voice. I know you mentioned that isn't really the direction you wanted to go, but it could be a viable option if no other solution presents itself. Thanks! On Mon, Oct 28, 2013 at 10:33 AM, Geoff <ars.w5omr@gmail.com> wrote:
Is there a 'dow' (day of week) setting that would allow Allison, in conjunction with the time, to say what Day of the week it is?
I've edited chrontab to have an hourly chime that spits out the local time.
Mondays are hard... I need help ;-)
Ultimately, I'd like to be able to hear; Today is Monday, October 28. Good morning, the time is 11 o'clock, AM.
If there were a speech engine that could take text and convert it to speech, then I suppose a string with the variables would be generated, but that's not -really- the direction I wanted to do.
Ideas?
-Geoff/W5OMR 29655
______________________________**_________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/**mailman/listinfo/app_rpt-users<http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
-- Andrew Sylthe KC9ONA Cell: 224.623.3853
-create 7 files: sun.gsm, mon.gsm, etc by cat'ing the necessary words in the sounds library into each file. -at midnight, overwrite a file named 'dow.gsm' with the new day's file (rm -f dow.gsm; cp mon.gsm dow.gsm) through a crontab entries. -write a shell script that is called at the top of the hour that localplays, first, your dow.gsm and then calls the time announcement.using the asterisk -rx "rpt fun nodenum (whatever is your dtmf sequence)" command. Should take about a half hour if you are good with shell scripting. which, if you are running an asterisk system on centos and want to actually DO something with it besides just control radios, you should consider exploring...if you need help, there are plenty of bash shell books out there; the best is from the O'Reilly selection. I've found that it's better and more reliable to leave asterisk running and genericize what it does, and change the os-located files such as this when conditions change. bonus points are gained by being able to debug what you're doing without having to constantly burp the repeater controller while smoothing out the underlying script coding. Use the os to do what it was designed to do and asterisk what it was designed to do. -- Bryan Sent from my iPhone 5...small keyboard, big fingers...please forgive misspellings... On Oct 28, 2013, at 11:33, Geoff <ars.w5omr@gmail.com> wrote:
Is there a 'dow' (day of week) setting that would allow Allison, in conjunction with the time, to say what Day of the week it is?
I've edited chrontab to have an hourly chime that spits out the local time.
Mondays are hard... I need help ;-)
Ultimately, I'd like to be able to hear; Today is Monday, October 28. Good morning, the time is 11 o'clock, AM.
If there were a speech engine that could take text and convert it to speech, then I suppose a string with the variables would be generated, but that's not -really- the direction I wanted to do.
Ideas?
-Geoff/W5OMR 29655
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (4)
-
Andrew Sylthe -
Bryan D. Boyle -
Geoff -
Richard Szajkowski