Skip to content

SpeechWich, text-to-speech app that uses Bing Translator's TTS service. It's completely free, and you don't need any type of Bing token thing, or whatever it's called.

License

Notifications You must be signed in to change notification settings

Zai-Kun/Speech-Wich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Wich - Text-To-Speech Converter

Meet Speech Wich, your handy tool for converting text into lifelike human speech without any limitations and it's 100% free. With Speech Wich, there are no text limits. You can convert as much text as you want into natural, human-like speech.

1

Features

  • Unlimited Text Conversion: Convert as much text as you need into lifelike speech without any limitations.
  • Multiple Voices and Languages: Choose from a diverse range of voices, accents, and languages.
  • User-Friendly Interface: An intuitive interface makes text-to-speech conversion easy for everyone.
  • Always Free: Speech Wich is completely free, with no hidden fees or paywalls. Oh, and it's open source :)

Installation

  • Windows/Linux:

    Download the zip file corresponding to your operating system from the releases page, extract its contents, open the extracted folder, and execute "Speech Wich.exe" or "Speech Wich," depending on your operating system.

  • MacOs: You will have to run it from source.

Running from source

First of all, make sure that you have Python 3 and Git installed. If you don't have them installed, please install Python 3 from here and Git from here before we proceed.

  1. Clone the repository.
git clone https://github.com/Zai-Kun/Speech-Wich
  1. Make virtual environment.
cd Speech-Wich
python3 -m venv .venv
  1. Activating virtual environment.

    • Windows: .venv\Scripts\activate
    • Linux/MacOS: source .venv/bin/activate
  2. Install the dependencies.

pip install -r requirements.txt
  1. Run the app.
cd "Speech Wich"
python3 "Speech Wich.py"
  1. Finishing up.

When you are done using Speech Witch, deactivate the virtual environment like this: deactivate

Bugs report/contact me.

Join my discord server: https://discord.gg/DqxeyaDuEZ

Disclaimer:

Please note that Speech Wich does not own any of the voices or technologies used in the text-to-speech conversion process. Users are responsible for how they choose to use the tool and the content it generates.

About

SpeechWich, text-to-speech app that uses Bing Translator's TTS service. It's completely free, and you don't need any type of Bing token thing, or whatever it's called.

Topics

Resources

License

Stars

Watchers

Forks

Languages