* doubletalk works with screader.
@ Chris Peterson
` Luke Davis
0 siblings, 1 reply; 2+ messages in thread
From: Chris Peterson @ UTC (permalink / raw)
To: blinux-list
After a little playing around this afternoon, I've come up with a tts entry
for screader that works with the Doubletalk PC. I have no reason to believe
that it won't work with the DTLT but someone will have to try it and see.
Anyway, here's what I did.
I created a shell script called "dt-speak" which consists of one line which
is as fallows:
echo -e "\r`cat`\r" > /dev/dtlk
The only reason I did that was because I wasn't sure of what I was doing and
I wanted to come up with something that worked every time and that line was
it. Anyway, I put the fallowing line in /opt/etc/abt320/tts
`dt-speak`
Screader works although it's not as responsive as I'd like it to be but oh
well... It works.
Someone correct me if I'm wrong but I believe that I should just be able to
replace the script business with a line that says
`echo -e "\r`cat`\r" > /dev/dtlk`
in /opt/etc/abt320/tts and it should work.
I have grand visions of being able to change synthesizer settings with my
shell script at some point, though, so I believe I'll stick with what I've
got. Anyway, I know some people have been wanting to make this work so
there's a sort of solution.
Chris
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: doubletalk works with screader.
doubletalk works with screader Chris Peterson
@ ` Luke Davis
0 siblings, 0 replies; 2+ messages in thread
From: Luke Davis @ UTC (permalink / raw)
To: blinux-list
On Sun, 28 Jun 1998, Chris Peterson wrote:
> Someone correct me if I'm wrong but I believe that I should just be able to
You are wrong...:) (at least: I think so)
> replace the script business with a line that says
> `echo -e "\r`cat`\r" > /dev/dtlk`
You might (I haven't done any shell work in a while, but) have to replace
that with:
`echo -e "\r\`cat\`\r" > /dev/dtlk`
> in /opt/etc/abt320/tts and it should work.
The reason I have changed it as I did is because the second ` (the one
before "cat"), will act as the terminator of the first ` (the one before
"echo"), unless the inermost `s are escaped (hense the \s).
Luke Davis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
doubletalk works with screader Chris Peterson
` Luke Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).