Does Speech Library Support in Community Edition
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Does Speech Library Support in Community Edition
Does in Community Edition Speech Library support or not?
Re: Does Speech Library Support in Community Edition
Hi danish,
yes, but a tiny test would have told you so
Best
Klaus
P.S.
Welcome to the forum!
yes, but a tiny test would have told you so

Best
Klaus
P.S.
Welcome to the forum!

Re: Does Speech Library Support in Community Edition
The Commercial and Community versions of Livecode have an identical feature set,
but the Community version cannot save/open password protected stacks!
but the Community version cannot save/open password protected stacks!
Re: Does Speech Library Support in Community Edition
Sir, But What is this Tiny test?
Please Guide me with little explanatory detail,
I will be thankful to you!!
Please Guide me with little explanatory detail,
I will be thankful to you!!
Re: Does Speech Library Support in Community Edition
Hi Danish,
Please look up revSpeak in the dictionary also look up "speak" here:
http://lessons.runrev.com/
Simon
Please look up revSpeak in the dictionary also look up "speak" here:
http://lessons.runrev.com/
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Does Speech Library Support in Community Edition
danish...
put this in a button script...
put this in a button script...
Code: Select all
on mouseUp
revSpeak "Hello,, it seems I have found my voice"
end mouseUp
Re: Does Speech Library Support in Community Edition
Yes Simon I had already tried this code, But When i am executing the code then its debugging is automatically stopping.
Re: Does Speech Library Support in Community Edition
Hi Danish,
I didn't provide any code.
What code have you tried and do you get an error?
Try Dixie's code on a NEW stack with 1 button and only the button code.
other:
What system/version are you developing on?
Simon
I didn't provide any code.
What code have you tried and do you get an error?
Try Dixie's code on a NEW stack with 1 button and only the button code.
other:
What system/version are you developing on?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Does Speech Library Support in Community Edition
Thanks Simon! I am using ubuntu 12.04 Operating System.
Re: Does Speech Library Support in Community Edition
My Livecode Application is always opening in Running Mode, Indeed It is not stopping from debugging, Does it is bug of Livecode only, or What Else could be reason??
Thanks & Regards
--------------------
Danish
Thanks & Regards
--------------------
Danish
Re: Does Speech Library Support in Community Edition
revSpeak is not available under Linux.
Running openSUSE I can use 'espeak' and the shell function:
This command (espeak) seems to have been installed as a default accessibility feature in openSUSE. (I don't recall installing it.) The space betwewen the inner and outer quote at the end in my example is just for clarity. It works this way, but is not necessary.
Running openSUSE I can use 'espeak' and the shell function:
Code: Select all
get shell("espeak 'what do you want me to say' ")