Re: revSpeak not working on Mac

2025-03-22 Thread Bill Vlahos via use-livecode
While it would be interesting to create a different user on my Mac, it = wouldn=E2=80=99t solve my problem. Fortunately there is another text to voice solution using = speechSpeakUtterance commands. That works. I=E2=80=99m not sure why = there are two solutions for this in LiveCode but here are li

Re: revSpeak not working on Mac

2025-03-19 Thread Bob Sneidar via use-livecode
Whatever you are using for an email client, it is borking the formatting.=20 Bob S > On Mar 19, 2025, at 7:59 AM, Bryan Anderson via use-livecode wrote: >=20 > Hi Bill. >=20 > I=3DE2=3D80=3D99ve been trying to figure out an issue with the speech on = an M1 =3D > Ultra MacBook Pro. I filed a bug

Re: revSpeak not working on Mac

2025-03-19 Thread Bryan Anderson via use-livecode
Huh. Just using Apple Mail. Made it plain text. Better? --- Hi Bill. I=E2=80=99ve been trying to figure out an issue with the speech on an M1 = Ultra MacBook Pro. I filed a bug report = (https://quality.livecode.com/show_bug.cgi?id=3D24658), and arrived at = the conclusion it was an issu

Re: revSpeak not working on Mac

2025-03-19 Thread Bryan Anderson via use-livecode
Hi Bill. I=E2=80=99ve been trying to figure out an issue with the speech on an M1 = Ultra MacBook Pro. I filed a bug report = (https://quality.livecode.com/show_bug.cgi?id=3D24658), and arrived at = the conclusion it was an issue with my user account, since on a fresh = account everything worked.=

revSpeak not working on Mac

2025-03-18 Thread Bill Vlahos via use-livecode
In LiveCode 10.0.1 (rc 3) and 9.6.13 on a Mac with an Apple processor (MacBook Air M2), when I put the following script in a button, nothing happens when I press the button in either the IDE or standalone. on mouseUp revSpeak "Hello World" end mouseUp I am loading revLoadSpeech in the Stan