TexToVoice

TexToVoice Used AI

2 devlogs
1h 30m
Created by ayami_thn

TexToVoice is a simple and intuitive Python application that converts text to audio. Designed to work offline, it allows the user to copy text, instantly convert it to human speech

Timeline

Ship 1

1 payout of shell 34.0 shells

ayami_thn

4 months ago

ayami_thn Covers 2 devlogs and 1h 30m

What it does:
You can paste or import a text document and have it read out loud using a selected voice. It's designed to be lightweight, minimal, and beginner-friendly.

Next steps:

-Add the ability to save audio to file (MP3/WAV)

-Make the design more polished and responsive

Update attachment

Hey every one !
I'm excited to share the first look at my new Python project: TexToVoice, a simple Text-to-Speech (TTS) application.
What's working so far?
- Basic functionality: you can type any text and hear it spoken aloud.

-I’ve added a voice type selector – switch between male and female voices!

-Also added a speed control button – now you can choose between slow, normal, or fast speech.
I'm working on adding a light/dark theme toggle button to let users switch between light and dark mode and a button to import your text documents

Update attachment