Text-To-Speech

"Transform Your Words into Sonic Spells with Shreya's Text-to-Speech Enchantment! 📜🔊✨"

MIT License

Stars
13

Text-to-Speech Enchantment 🎙️✨

DETAILS: 💻🌐📅✍️

  • Functionality Converts Text to Speech
  • Tech Stack: Python, gTTS, mpyg321
  • Author: @shreyamalogi
  • Year of Project: 2020

Table of Contents

Introduction 🧙‍♂️✨

Hey, wizards-in-training! 🌟 @shreyamalogi here, and I'm super excited to tell you about this cool project I brewed up: the Text-to-Speech (TTS) Enchantment! Imagine you type something on your computer, and poof! Your computer reads it out loud in a magical voice. That's exactly what this project does. It's like turning your written words into a magical podcast.

How to Make It Work 🐍✨

Step 1: Get the Magic Recipe

  • You'll need a special language called Python on your computer. If you don't have it, ask a more experienced wizard to help you install it.

  • Also, make sure to have the magical ingredient called gTTS. You can add it with a magic spell:

    pip install gTTS
    

Step 2: Cast the Spell

  • Find a cozy spot on your computer where you can brew your spells.

  • Open the command wand (you know, the terminal).

  • Type the following spell to make it work:

    python tts.py
    

    Your computer will ask you to type something. Go ahead, type anything you want to hear magically!

Step 3: Hear the Magic

After typing, you'll find a new magical file named "SpeechOutput.mp3" in the same spot where you cast your spell. Click on it, and voila! Your computer is talking! 🎶🔊

Extra Tricks (Optional)

If you want to make your computer sing the magic words directly from your spellbook (Python script), there's an extra spell called mpyg321. To add this spell, just say:

pip install mpyg321

Challenges and Solutions ⚔️💡

  • Challenge: Adding smooth transitions to the generated audio.

  • Solution: Implemented mpyg321 for a seamless and enchanting listening experience.

Contribution 📜✨

Feel the magic within you? Contribute and shape the spellbook as you desire.

License 🕊️

This project dances under the spell of the MIT License.

MIT License

Copyright (c) 2020 Shreya Malogi

Support ⭐🌟

Show your magical support by starring this project on GitHub!

Badges
Extracted from project README
GitHub stars
Related Projects