Intelligent TTS Software
MultiLang TTS is a text-to-speech software that utilizes Google's WaveNet technology to create human-like speech (read more about WaveNet). Unlike software currently using WaveNet, MultiLang TTS allows you to supply your own API key. This avoids having to pay a 3rd party for their software to access this technology.
In order to use this software, the following is needed:
- A Google Account
- A payment method for Google's service (in the event that you plan to process over one million characters)
- A Google Cloud Account
Procede with the instructions below to get started.
Steps last verified 7/2019
- First, navigate to Google Cloud's homepage.
- At the top right of the screen, make sure you are signed in with your gmail account. If you are, click, "try it free".
- Select your country, accept the TOS, and click countinue.
- Enter your customer info. Unfortunetly, billing info is needed in the event that you reach the one million character limit within a month ($16.00 charge).
- From the consoles homepage, select the current project in the top-left navbar. Then, in the popup, select, "new project".
- Enter any name for the project ID and then hit "create".
- Select the hotdog menu in the top right and navigate to APIs & Services -> Dashboard. From the dashboard page, select "Enable APIs and Services".
- In the search bar, search for, "cloud text-to-speech api". Select the option with the matching title
- From the APIs page, click "enable".
- Once redirected to the APIs homepage, select "credentials" on the left sidebar. Then, select Create credentials -> API key.
- In the pop-up window, copy the key shown and save it somewhere safe for once the software is installed. (If an unwanted person uses your API key, your monthly character count will increase and you could be charged).
To install the software, navitage to this repository's releases and download the desired version for your OS.
- NodeJS - The runtime environment
- Electron - The GUI framework
- React - The UI framework
- antd - The UI theme
- Webpack - The bundler
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Nicolas Newman - Creator - NicolasNewman
- smashicons, freepik, and pixel-perfect - Vector image providers - Flaticon
This project is licensed under the MIT License - see the LICENSE.md file for details
- 0.5.0
- Able to delete audio files directly from the program
- 0.4.0
- Now stores a transcription of the audio file's text along with the MP3
- 0.3.0
- Converted back to Typescript
- 0.2.2
- Added icon to application
- 0.1.2
- Fixed voice gender bug
- 0.1.1
- Updated custom-electron-titlebar
- 0.0.1
- ALPHA release