Article Preview
Buy Now
COLUMN
Let your application speak for you
Teach your applications on Windows and Mac to speak
Issue: 23.6 (November/December 2025)
Author: Stefanie Juchmes-Simonis
Author Bio: Stefanie studied computer science at the university in Bonn. She came in touch with Xojo due to the work of her brother-in-law and got a junior developer position in early 2019 at Monkeybread Software.
Article Description: No description available.
Article Length (in bytes): 10,869
Starting Page Number: 48
Article Number: 23608
Resource File(s):
project23608.zip Updated: 2025-11-02 23:04:28
Related Link(s): None
Excerpt of article text...
In this Spotlight, I would like to show you how you can teach your applications on Windows and Mac to speak. This can be particularly helpful for people with limited reading difficulties and visually handicapped users. You can use this to design speech output. The plugin provides you with the functions from the Speech topic to help you do this. In this example, we need to distinguish between an application running on Windows and one running on Mac (see Figure 1).
Our application window has a text area called
SpeakText, which will display the text to be read aloud. We also have acomboboxlisting the individual speakers or languages that can be used for output in this project. There are also twoslidersfor the speed and volume of the output. Last but not least, we have a button for Windows and a button for Mac to start the output for the respective operating system.Let's start with an explanation of our
OpenEvent. First, theminimumandmaximumvalues of ourslidersare defined. We chose the values0and10because they are easy to calculate with.
SliderVolume.MaximumValue = 10SliderVolume.MinimumValue = 0
...End of Excerpt. Please purchase the magazine to read the full article.












