I need to have a column of words read out to me with adjustable pauses in between. Infovox used to do that perfectly, but with newer MacOS's there is no proper app anymore.
If I use Apple's speech command (ctr-s), the selected text is spoken, but it is impossible to add pauses.
I tried to write an a script that selects words from Excel, Word or Numbers and use 'delay ' commands, but AppleScript is unable to select words or ranges from these apps. (?)
I also wrote a VBA macro, but after selecting (a range of) words, the speech command is not recognized, it gives error messages.
What do I overlook?
If I use Apple's speech command (ctr-s), the selected text is spoken, but it is impossible to add pauses.
I tried to write an a script that selects words from Excel, Word or Numbers and use 'delay ' commands, but AppleScript is unable to select words or ranges from these apps. (?)
I also wrote a VBA macro, but after selecting (a range of) words, the speech command is not recognized, it gives error messages.
What do I overlook?