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
Bruce:
> However, when I saved the stack as a standalone
> the Abstract Report did not run.
> Abstract Report which takes a list of US patent numbers
> and downloads basic information about each
> I tried adding some “answer” alerts to try to find the bottleneck.
You are using a logical metho
Bruce,
did you already try the RemoteDebugger to debug your standalone?
http://lessons.livecode.com/m/4071/l/698439-using-the-remote-debugger
-
Matthias Rebbe
Life Is Too Short For Boring Code
> Am 19.07.2020 um 20:17 schrieb Bruce Pokras via use-livecode
> :
>
> I am having a very frustrat
I am having a very frustrating experience. I have an app called Patent Grabber
that is for downloading and searching for patents and published patent
applications. A user reported that one feature of Patent Grabber was not
working. That was the Abstract Report which takes a list of US patent num
Hi Frans,
> Am 19.07.2020 um 19:42 schrieb Frans Schoffelen via use-livecode
> :
>
> Thanks for the heads up on this one , totally missed it . Am going to try
> this on a language training app i’m working on pronto when back from the
> road.Will let you know if i can get it working on mac Klau
Thanks for the heads up on this one , totally missed it . Am going to try this
on a language training app i’m working on pronto when back from the road.Will
let you know if i can get it working on mac Klaus.
Frans Schoffelen
KNLG knowlegistics
Berlin
> On 19. Jul 2020, at 18:01, use-livecode-re
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
12 matches
Mail list logo