Four easy ways to use Text-To-Speech for Retro projects

Are you looking for some ways to generate a robotic sounding voice? Whether for a game, a movie, accessibility, or just for fun, you can use these quick tips to help you find the right electronic voice for your project.

TTS Generators on the Web

There are several online apps that can generate audio in seconds:

Dr. Sbaitso Emulation (with customization)

I learned about this one on a Reddit post after diving into 86Box emulation:

  1. Open a Dr. Sbaitso emulator, for example Classic Reload.
  2. Enter any name, and wait for your prompt.
  3. Type ‘say’ followed by any text you want the doc to read out loud.

Bonus tip: if you type .param, followed by a 4-digit number, you can modify the sound of the voice. Try using ‘0931’ or ‘1880’ for some interesting starting points.

Siri using Terminal (MacOS) or a Shortcut

Would you like to use Siri’s voice to narrate your typed text? Open the Terminal app and use the say command:

If you’re using an iPhone, you can instead create a shortcut in the Shortcuts app by using ‘Ask for Input’ followed by ‘Speak Text’.

When you run the shortcut, you’ll be able to type anything you want Siri to say. Try changing the voice in Settings > Apple Intelligence & Siri > Voice > Select.

MacOS Spoken Content

Another MacOS feature is using Settings > Accessibility > Spoken Content, then turn on ‘Speak selection’. You can then highlight any text on the screen and press the default shortcut combination (option + escape) to have it read aloud.


In conclusion, these free TTS generators make it easy to add a voice to your projects, whether for fun, productivity, or accessibility. Give them a try and find the one that speaks to you – literally!