TexToVoice

TexToVoice Used AI

3 devlogs
1h 34m
•  Ship certified
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

0 payouts of shell 0 shells

ayami_thn

26 days ago

ayami_thn Covers 3 devlogs and 1h 34m

update :
What it does:
-Convert text to audio using built-in system voices
-Import and read text from files
-Clear text with a single click
-Choose voice type
-Adjust speech speed (Slow / Normal / Fast)
-Switch between Light and Dark modes
-Intuitive interface, beginner-friendly

Update attachment

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