Hi Panos,
> Am 03.04.2025 um 17:01 schrieb panagiotis merakos via use-livecode =
:
>=20
> Hello Klaus,
>=20
> Are you having any issues with the new Speech Library =
(speechSpeakUtterance
> etc)?
no, I was just investigating BEFORE I add this to my app. :-)
> This should work out of the box on A
Hello Klaus,
Are you having any issues with the new Speech Library (speechSpeakUtterance
etc)? This should work out of the box on Android 5 (or 6?) and above.
Kind regards,
Panos
--
On Thu, 3 Apr 2025 at 15:01, Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi friends,
On 9/3/22 16:31, J. Landman Gay via use-livecode wrote:
Oh sure, that's what you will have said last time too. :P
Bob... you gonna have some 'splainin to do...
--
Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@lists.ru
Oh sure, that's what you will have said last time too. :P
On 9/3/22 4:47 PM, Bob Sneidar via use-livecode wrote:
I swear I didn’t give him the time warp stack 3 years from now.
Sent from my iPhone
On Sep 3, 2022, at 13:30, J. Landman Gay via use-livecode
wrote:
I just watched the video and
I swear I didn’t give him the time warp stack 3 years from now.
Sent from my iPhone
> On Sep 3, 2022, at 13:30, J. Landman Gay via use-livecode
> wrote:
>
> I just watched the video and this is exactly what I was looking for. I didn't
> know until a couple of days ago that I would need to im
Thanks Paul. I missed the session. And there it is.
Peter
> On Sep 3, 2022, at 4:53 AM, Paul Dupuis via use-livecode
> wrote:
>
> If you purchased a subscription to the LiveCode Global 22-23 conference, then
> you can go to livecode.com and login to the store and navigate to your
> account a
Hi Jacque,
It’s wonderful when things just “fall into place” like that, isn’t it? I
actually had no need for this at present, but I am glad you did. It’s a marvel
to see solutions just “fall into your lap”. Happy coding.
Mark
> On 3 Sep 2022, at 9:29 pm, J. Landman Gay via use-livecode
> w
On Sep 2, 2022, at 1:24 AM, panagiotis wrote:
Yes, we discussed this topic in August's Problem Solving session. The stack
presented supports text-to-speech in all platforms (including Linux and
Web).
I just watched the video and this is exactly what I was looking for. I didn't know until a
cou
If you purchased a subscription to the LiveCode Global 22-23 conference,
then you can go to livecode.com and login to the store and navigate to
your account and you will see "LiveCode Global 22/23 - The Year of
Reinvention" under Conferences in the sidebar. All the video's are under
there - and
Hi, where might the August Problem Solving session be found?
Peter Bogdanoff
ArtsInteractive
> On Sep 2, 2022, at 1:24 AM, panagiotis m via use-livecode
> wrote:
>
> Hello all,
>
> Yes, we discussed this topic in August's Problem Solving session. The stack
> presented supports text-to-speech
Fantastic, thank you both. You've saved me hours of time.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On September 2, 2022 3:26:38 AM panagiotis m via use-livecode
wrote:
Hello all,
Yes, we discussed this topic in August's Problem
Hello all,
Yes, we discussed this topic in August's Problem Solving session. The stack
presented supports text-to-speech in all platforms (including Linux and
Web).
Kind regards,
Panos
--
On Fri, 2 Sept 2022 at 00:36, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I thin
I think it was the July Problem solving session, but it could have been
August's. I think July 14th's session.
On 9/1/2022 5:21 PM, J. Landman Gay via use-livecode wrote:
Thank you. I keep missing the conferences and I need to watch them
later. Do you happen to recall which one it was? It sou
Thank you. I keep missing the conferences and I need to watch them later.
Do you happen to recall which one it was? It sounds like exactly what I'm
looking for.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On September 1, 2022 3:44:56
On 9/1/2022 4:33 PM, J. Landman Gay via use-livecode wrote:
What library/commands do you use for text to speech? I see that
revSpeak works on Windows and Mac, and the speech library ("speech*")
works on android, iOS, and Mac. What do you use if you want to support
all four platforms? Do you jus
Monte,
i noticed here on my German Mac OS, that i definitely need to use the names
that are used in the identifiers.
e.g. com.apple.speech.synthesis.voice.joana.
Using the value of the ["name"] element does not work, as the names are all
uppercase, while the names in the identifiers are lowerc
At least on Mac you know what voice you get. I wonder how other devs handle
this on Android when selecting a voice, because you never know exactly what
you choose.
Op ma 20 jul. 2020 06:07 schreef Monte Goulding via use-livecode <
use-livecode@lists.runrev.com>:
> Hi Scott
>
> The identifiers and
Hi Scott
The identifiers and names all come from the macOS NSSpeechSynthesizer API and
yes Victoria does appear to be the only voice with an uppercase character in
the identifier `com.apple.speech.synthesis.voice.Victoria`,
Cheers
Monte
> On 20 Jul 2020, at 12:57 pm, scott--- via use-livecode
Ack! with the exception of “Victoria” which seems to require an Uppercase first
letter. (utter chaos)
> On Jul 19, 2020, at 7:44 PM, scott--- via use-livecode
> wrote:
>
> I notice that although speechGetVoices() provides names that begin with an
> uppercase letter
> speechSetVoice() appears
I notice that although speechGetVoices() provides names that begin with an
uppercase letter
speechSetVoice() appears to require the name be lowercase for it to work
reliably.
LC 9.6.0 Mac Mojave
—
Scott Morrow
> On Jul 19, 2020, at 9:00 AM, matthias rebbe via use-livecode
> wrote:
>
> H
Hi Matthias,
thank you very much!
> Am 19.07.2020 um 18:00 schrieb matthias rebbe via use-livecode
> :
>
> Hi Klaus,
>
> just did a quick successful test on Mac OS 10.14.6 with this script
>
> on mouseup
> speechInitializeLibrary
## Ah, was not sure if this is a handler or function.
## The
Hi Klaus,
just did a quick successful test on Mac OS 10.14.6 with this script
on mouseup
speechInitializeLibrary
end mouseup
on speechLibraryInitialized pSuccess
if pSuccess then
speechSpeakUtterance "Hallo Klaus"
get speechfinalizeLibrary()
end if
end speechLibraryInitialized
Hi Klaus,
> Am 18.07.2020 um 12:30 schrieb Klaus major-k via use-livecode
> :
>
> Hi all,
>
> in 9.6 we have a new speech library for Mac, iOs and Android.
> In the dictionary "revspeak" is still listed as Mac and Windows only.
>
> Am I correct to presume that the syntax-> revspeak "what to sp
I know: I nearly split my sides laughing at 'Fiona', who sounds like,
one assumes,
some engineer in California's stereotype.
Richmond.
On 7/4/2018 5:10 pm, Rick Harrison via use-livecode wrote:
Hi Richmond,
You need to download some of the newer voices.
Try Veena from India, Fiona - a Scottis
Hi Richmond,
You need to download some of the newer voices.
Try Veena from India, Fiona - a Scottish voice,
and Moira from Ireland. There are a ton of them
out there now. Some are still better than others,
but a few are quite convincing!
Have fun!
Rick
> On Apr 7, 2018, at 4:03 AM, Richmond Ma
Looking up revSpeak in the 8.1.9 Dictionary I found several things of
interest:
NOT for Linux.
Works just fine (albeit a bit slowly) on my Polycarbonate iMac running
Mac OS 10.7.5
on mouseUp
revSpeak fld "ff"
end mouseUp
HOWEVER: this seems to presuppose text-to-speech IS installed in the
This may be of interest:
Resources Center... Sample Scripts... User Interface... Speaking an Alert
Message
Only works on Mac/Win.
On Fri, Apr 6, 2018 at 8:04 PM William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Thanks. I had tried it in the message box and got no sound.
Thanks. I had tried it in the message box and got no sound. But, in a button,
it does work fine.
Bill
> On Apr 6, 2018, at 4:17 PM, Mike Bonner via use-livecode
> wrote:
>
> Check the result and see if there is an error message. What OS/Platform?
> I use revspeak to talk to an amazon echo si
Check the result and see if there is an error message. What OS/Platform?
I use revspeak to talk to an amazon echo since it speaks more clearly than
I do. (Had it set up for a while so that I could have it talk to my echo
while I was in another room using a rev http stack.) I'm on windows, but
thi
> On Apr 6, 2018, at 3:45 PM, William Prothero via use-livecode
> wrote:
>
> on mouseUp
>revSpeak "Hello, How are you?"
>end mouseUp
Works here! OS 10.13.3, LC 9.0
Roge
___
use-livecode mailing list
use-livecode@lists.runrev.com
Pleas
Thank you Mark.
Bill
> On Jun 26, 2015, at 9:17 AM, Mark Schonewille
> wrote:
>
> Here's an example, which uses the speak comman from eSpeak:
>
> on mouseUp
> put fld 1 into myText
> put "/usr/local/bin/speak -ven+f3" && quote & myText & quote && "-w
> ~/desktop/text.wav" into myScri
Here's an example, which uses the speak comman from eSpeak:
on mouseUp
put fld 1 into myText
put "/usr/local/bin/speak -ven+f3" && quote & myText & quote && "-w
~/desktop/text.wav" into myScript
get shell(myScript)
end mouseUp
You may want to remove quotes from the source text. I
You can do this with a simple shell function. I'll look it up in a few hours if
no one else posts it.
--
Kind regards,
Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com
Share the clipboard of your computer over a local network with Clipboard Link
http://clipboardlink.economy-x-talk.com
Tom,
I do want this on a Mac. This looks like a viable option using AppleScript.
Thank you,
Bill Vlahos
> On Jun 25, 2015, at 9:48 AM, tbodine wrote:
>
> Hi Bill.
>
> I don't know if that's doable within Livecode. If not, perhaps you can use
> an external source. A site such as http://www.fro
Hi Bill.
I don't know if that's doable within Livecode. If not, perhaps you can use
an external source. A site such as http://www.fromtexttospeech.com/ may have
an API where you can send the text and get back a url to download your wav
file.
On the Mac side, looks like many people have used Apple
You can however turn on speak selection in accessibility preference pane in iOS
5. Then when you select text in an app the option to speak it is there. Haven't
tested yet with LC fields.
Also fwiw, turn on big text and set to 20 or 24 to ease your eyes when using
the iPhone.
-- Tom McGrath II
Paolo,
As far as I know, Apple has no way for apps to integrate with Siri at this
time.
Cheers
andre
On Wed, Oct 26, 2011 at 10:52 AM, paolo mazza wrote:
> Dear livecoders,
> I have few questions about iOS app.
>
> how can I integrate text-to-speech/Siri in an iOS application ?
>
> Can i use
37 matches
Mail list logo