![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to correctly use an echo inside an echo? | mokachoka | UNIX for Dummies Questions & Answers | 3 | 09-19-2009 11:40 PM |
| An echo question | JamieMurry | Shell Programming and Scripting | 1 | 04-08-2009 09:20 PM |
| Simple 'echo' question | msb65 | UNIX for Dummies Questions & Answers | 1 | 02-04-2009 08:18 PM |
| question about echo $$ | naamas03 | Shell Programming and Scripting | 1 | 08-06-2008 04:24 AM |
| small question of echo | grep command | kfad | Shell Programming and Scripting | 5 | 05-02-2005 11:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Question about cat and echo
Hello,
I am trying to send text to a USB to serial adaptor and then to an external speech synthesizer. I tried using the cat and echo commands with no luck. I have gotten some audio output from my synthesizer using Kermit a terminal emulator, so I am pretty sure my synthesizer and my USB to serial adaptor and the adaptors driver are all working. I want to send text to my synthesizer using the cat and or echo command. So my question is do I need to set something up in order to send text to my synthesizer, with the cat or echo command, and have audio output from my synthesizer? btw I know about VoiceOver. |
|
||||
|
how about the say command? typing say and then the text you want spoken will cause the computer to say what you wrote. you could always have it read from a file and pipe that to the say command too, like
Code:
cat textfile.txt |say |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|