From 9ea4534803e193d02d54b24d7f879050a70e47e0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 14 Jan 2025 17:00:53 -0600 Subject: Add speak.conf and updates for setting flow control. Helpful when using different speech devices using different flow control methods. --- spo256/speak.conf | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 spo256/speak.conf (limited to 'spo256/speak.conf') diff --git a/spo256/speak.conf b/spo256/speak.conf new file mode 100644 index 0000000..2f76c30 --- /dev/null +++ b/spo256/speak.conf @@ -0,0 +1,59 @@ +[interface] +# Serial device for card +device=/dev/ttyS1 + +# Baud rate for card +speed=9600 + +# Parity (odd, even, or none) for card +parity=none + +# Set flow control 0=NONE 1=HARD 2=SOFT 3=FULL +flowctrl=0 + +[vmon] +# Where is server running +server = localhost + +# Time of day to mute +mute = 20-6 + +# How many minutes before checking for new mail, etc. +interval = 5 + +# How many times per hour should vmon announce system status? +frequency = 1 + +# Mailbox prefix directory +maildir = /var/spool/mail + +# Mailboxes to monitor for new mail announcements +mailbox = root dragonfyr + +[down] +# How many seconds in count-down +timer = 10 + +# Program to halt +halt = /sbin/reboot + +# Where is our server? +server = localhost + +[words] +broadcast=brawdcast +online=on lyne +offline=off lyne +dragonfyr=dragonfire +tycho=tyko +nineteen=9 teen +drives=dryves +www=w w w + +[abbrev] +dr.=doctor +mr.=mister +mrs.=misses +ms.=miss + + -- cgit v1.2.3-54-g00ecf