Re: text-to-speech on Android

2025-04-03 Thread Klaus major-k via use-livecode
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

Re: text-to-speech on Android

2025-04-03 Thread panagiotis merakos via use-livecode
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,

Re: Text to speech

2022-09-03 Thread Mark Wieder via use-livecode
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

Re: Text to speech

2022-09-03 Thread J. Landman Gay via use-livecode
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

Re: Text to speech

2022-09-03 Thread Bob Sneidar via use-livecode
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

Re: Text to speech

2022-09-03 Thread Peter Bogdanoff via use-livecode
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

Re: Text to speech

2022-09-03 Thread Mark Smith via use-livecode
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

Re: Text to speech

2022-09-03 Thread J. Landman Gay via use-livecode
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

Re: Text to speech

2022-09-03 Thread Paul Dupuis via use-livecode
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

Re: Text to speech

2022-09-03 Thread Peter Bogdanoff via use-livecode
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

Re: Text to speech

2022-09-02 Thread J. Landman Gay via use-livecode
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

Re: Text to speech

2022-09-02 Thread panagiotis m via use-livecode
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

Re: Text to speech

2022-09-01 Thread Paul Dupuis via use-livecode
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

Re: Text to speech

2022-09-01 Thread J. Landman Gay via use-livecode
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

Re: Text to speech

2022-09-01 Thread Paul Dupuis via use-livecode
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

Re: text to speech android

2020-07-22 Thread matthias rebbe via use-livecode
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

Re: text to speech android

2020-07-19 Thread JeeJeeStudio via use-livecode
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

Re: text to speech android

2020-07-19 Thread Monte Goulding via use-livecode
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

Re: text to speech android

2020-07-19 Thread 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

Re: text to speech android

2020-07-19 Thread scott--- via use-livecode
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

Re: text to speech android

2020-07-19 Thread Klaus major-k via use-livecode
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

Re: text to speech android

2020-07-19 Thread 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 end mouseup on speechLibraryInitialized pSuccess if pSuccess then speechSpeakUtterance "Hallo Klaus" get speechfinalizeLibrary() end if end speechLibraryInitialized

Re: text to speech android

2020-07-19 Thread Klaus major-k via use-livecode
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

Re: Text to Speech

2018-04-07 Thread Richmond Mathewson via use-livecode
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

Re: Text to Speech

2018-04-07 Thread Rick Harrison via use-livecode
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

Re: Text to Speech

2018-04-07 Thread Richmond Mathewson via use-livecode
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

Re: Text to Speech

2018-04-06 Thread Brian Milby via use-livecode
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.

Re: Text to Speech

2018-04-06 Thread William Prothero via use-livecode
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

Re: Text to Speech

2018-04-06 Thread Mike Bonner via use-livecode
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

Re: Text to Speech

2018-04-06 Thread Roger Guay via use-livecode
> 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

Re: Text to speech and create wav file

2015-06-26 Thread Bill Vlahos
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

Re: Text to speech and create wav file

2015-06-26 Thread Mark Schonewille
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

Re: Text to speech and create wav file

2015-06-25 Thread Mark Schonewille
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

Re: Text to speech and create wav file

2015-06-25 Thread Bill Vlahos
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

Re: Text to speech and create wav file

2015-06-25 Thread tbodine
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

Re: Text-to-speech

2011-10-26 Thread Thomas McGrath III
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

Re: Text-to-speech

2011-10-26 Thread Andre Garzia
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