[SLE] suse 10.0 and KDE Accessability
I have KTTS, Festival, and Kmouth all installed. I can select text in KPDF, right click, and there is a speak text option. Selecting that, it speaks the text. Question is, how do you do this with Kword, Konqueror, etc? Art -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Saturday 01 July 2006 02:29 am, Art Fore wrote:
I have KTTS, Festival, and Kmouth all installed. I can select text in KPDF, right click, and there is a speak text option. Selecting that, it speaks the text. Question is, how do you do this with Kword, Konqueror, etc?
On the KDE desktop, or maybe use a panel button so it will not be covered by your running applications, place an icon with this action: dcop klipper klipper getClipboardContents | fmt | festival --tts Then simply highlight text with the mouse and click the icon. The highlighted text is read to you. Very cool. (I would like to acknowledge that this tip originally came from another list member. I do not have the person's name, but I saved the tip and have been using it!) Bryan *************************************** Powered by Mepis Linux 3.4-3 KDE 3.5.2 KMail 1.8.3 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net *************************************** -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Saturday 01 July 2006 14:14, Bryan S. Tyson wrote:
On Saturday 01 July 2006 02:29 am, Art Fore wrote:
I have KTTS, Festival, and Kmouth all installed. I can select text in KPDF, right click, and there is a speak text option. Selecting that, it speaks the text. Question is, how do you do this with Kword, Konqueror, etc?
On the KDE desktop, or maybe use a panel button so it will not be covered by your running applications, place an icon with this action:
dcop klipper klipper getClipboardContents | fmt | festival --tts
Then simply highlight text with the mouse and click the icon. The highlighted text is read to you. Very cool.
I would like to be able to do this as I am visually impaired. I have Festival installed but Yast knows nothing of KTTS or Kmouth. That means it doesn't work. Any help would certainly be appreciated. Running 10.0 64 bit. Bob S. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hello,
In the Message: [suse-linux-e ML: No.276043] with the date of Mon, 3 Jul 2006 01:54:22 -0400 [Bob] == Bob S <usr@sanctum.com> has written:
Bob> I would like to be able to do this as I am visually impaired. I have Festival Bob> installed but Yast knows nothing of KTTS or Kmouth. That means it doesn't Bob> work. KTTS and KMouse was released concurrently with KDE 3.5. If you want to install them, check http://accessibility.kde.org/developer/kttsd/ Bob> Running 10.0 64 bit. Same as me. --- Masaru Nomiya mail-to: nomiyac360 @ mg.point.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hello,
In the Message: [suse-linux-e ML: No.276043] with the date of Mon, 3 Jul 2006 01:54:22 -0400 [Bob] == Bob S <usr@sanctum.com> has written:
Bob> Running 10.0 64 bit. More inportant thing. Does festival work on your system? In may case. festival> (SayText "Hello, World") works, but # festival --tts <text file> doesn't work. So, I compiled festival with gcc4 patch for festival and speech_tools. Now, it works fine for me. If you want to compile, I'll send you the patch files. Regards, --- Masaru Nomiya mail-to: nomiyac360 @ mg.point.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Monday 03 July 2006 04:37, Masaru Nomiya wrote:
Hello,
More important thing.
Does festival work on your system?
Hello Masaru, Thanks for replying. Welllll...I am not sure exactly. I downloaded and installed KTTS and it works for the clipboard and text files. It uses festival.
In my case.
festival> (SayText "Hello, World") works, but
That does not work for me. I get: bob@EasyStreet:/> festival> (SayText "Hello, World") bash: syntax error near unexpected token `(' bob@EasyStreet:/>
# festival --tts <text file>
doesn't work.
For me neither. I get: bob@EasyStreet:~/Documents> festival --tts Mary_Jones.letter pipe_open: failed to start audsp Audio spooler has died unexpectedly
So, I compiled festival with gcc4 patch for festival and speech_tools.
Now, it works fine for me.
If you want to compile, I'll send you the patch files.
So, I don't know if I must do that or not. As I said above, I have KTTS working OK. I don't mind re-compiling if that is necessary. I don't have KTTS working in Kmail and that is what I need. I must do more research. Send me the patches if you don't mind and I will decide whether it is neccessary or not. Thanks again, and regards to you also. Bob S.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hello Bob,
In the Message: [suse-linux-e ML: No.276103] with the date of Tue, 4 Jul 2006 01:03:56 -0400 [Bob] == Bob S <usr@sanctum.com> has written:
Bob> Welllll...I am not sure exactly. I downloaded and installed KTTS and it works Bob> for the clipboard and text files. It uses festival. Good news! Bob> > Bob> > In my case. Bob> > Bob> > festival> (SayText "Hello, World") Bob> > works, but Bob> That does not work for me. I get: Bob> bob@EasyStreet:/> festival> (SayText "Hello, World") Bob> bash: syntax error near unexpected token `(' No. bob@EasyStreet:/> festival[RET} this will give you the festival's prompt like this; festival> then enter festival> (SayText "Hello, worls") It will work for you. Me>> # festival --tts <text file> Me>> Me>> doesn't work. Bob> For me neither. I get: Bob> bob@EasyStreet:~/Documents> festival --tts Mary_Jones.letter Bob> pipe_open: failed to start audsp Bob> Audio spooler has died unexpectedly Just same as me. Bob> So, I don't know if I must do that or not. As I said above, I have KTTS Bob> working OK. I don't mind re-compiling if that is necessary. I don't have KTTS Bob> working in Kmail and that is what I need. I must do more research. Yes, it is. I have reported the festival's probel to bugzilla, but I haven;'t got any response yet. Bob> Send me the patches if you don't mind and I will decide whether it is Bob> neccessary or not. Sure. By pathes, sound becomes more cleaer. I'll send the patches and setting the kow how. Regards. --- Masaru Nomiya mail-to: nomiyac360 @ mg.point.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Just saw this on newsforge which may be of interest. Make PDFs talk - using Acrobat and Festival http://www.linux.com/article.pl?sid=06/06/20/1715236 -- Regards, Graham Smith -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hi All I require a Disclaimer for all the outgoing mails through my mailserver running postfix with cyrus imap on sles9. Can anyone guide me how can i put discalimer in all the outgoing mails. I tried with altermime but not successful. Rgrds KP -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hello KP, Did you try this one? http://www.paw.za.org/docs/howtos/postfix-altermime/postfix-altermime-howto.... Regards Per Qvindesland kp geek wrote:
Hi All
I require a Disclaimer for all the outgoing mails through my mailserver running postfix with cyrus imap on sles9. Can anyone guide me how can i put discalimer in all the outgoing mails. I tried with altermime but not successful.
Rgrds
KP
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (7)
-
Art Fore
-
Bob S
-
Bryan S. Tyson
-
Graham Smith
-
kp geek
-
Masaru Nomiya
-
Per Qvindesland