All Projects → bawangxx → Xzvoice

bawangxx / Xzvoice

Free and open source text-to-speech software

Projects that are alternatives of or similar to Xzvoice

Parakeet
PAddle PARAllel text-to-speech toolKIT (supporting WaveFlow, WaveNet, Transformer TTS and Tacotron2)
Stars: ✭ 279 (-21.41%)
Mutual labels:  text-to-speech, tts
Tts
🤖 💬 Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Stars: ✭ 5,427 (+1428.73%)
Mutual labels:  text-to-speech, tts
editts
Official implementation of EdiTTS: Score-based Editing for Controllable Text-to-Speech
Stars: ✭ 74 (-79.15%)
Mutual labels:  text-to-speech, tts
Glow Tts
A Generative Flow for Text-to-Speech via Monotonic Alignment Search
Stars: ✭ 284 (-20%)
Mutual labels:  text-to-speech, tts
Multilingual text to speech
An implementation of Tacotron 2 that supports multilingual experiments with parameter-sharing, code-switching, and voice cloning.
Stars: ✭ 324 (-8.73%)
Mutual labels:  text-to-speech, tts
Fre-GAN-pytorch
Fre-GAN: Adversarial Frequency-consistent Audio Synthesis
Stars: ✭ 73 (-79.44%)
Mutual labels:  text-to-speech, tts
google-translate-tts
Node library for Google Translate TTS (Text-to-Speech) API
Stars: ✭ 23 (-93.52%)
Mutual labels:  text-to-speech, tts
talkie
Text-to-speech browser extension button. Select text on any web page, and have the computer read it out loud for you by simply clicking the Talkie button.
Stars: ✭ 43 (-87.89%)
Mutual labels:  text-to-speech, tts
Cognitive Speech Tts
Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.
Stars: ✭ 312 (-12.11%)
Mutual labels:  text-to-speech, tts
Comprehensive-Tacotron2
PyTorch Implementation of Google's Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions. This implementation supports both single-, multi-speaker TTS and several techniques to enforce the robustness and efficiency of the model.
Stars: ✭ 22 (-93.8%)
Mutual labels:  text-to-speech, tts
sam
SAM: Software Automatic Mouth (Ported from https://github.com/vidarh/SAM)
Stars: ✭ 33 (-90.7%)
Mutual labels:  text-to-speech, tts
Tts
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Stars: ✭ 305 (-14.08%)
Mutual labels:  text-to-speech, tts
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (-85.35%)
Mutual labels:  text-to-speech, tts
speak.awf
An Alfred 3 workflow that uses macOS's TTS (text-to-speech) feature to speak text aloud.
Stars: ✭ 29 (-91.83%)
Mutual labels:  text-to-speech, tts
persian-tts
🔊 A simple human-based text-to-speach synthesiser and ReactNative app for Persian language.
Stars: ✭ 18 (-94.93%)
Mutual labels:  text-to-speech, tts
talkbot
Text-to-speech and translation bot for Discord
Stars: ✭ 27 (-92.39%)
Mutual labels:  text-to-speech, tts
ttslearn
ttslearn: Library for Pythonで学ぶ音声合成 (Text-to-speech with Python)
Stars: ✭ 158 (-55.49%)
Mutual labels:  text-to-speech, tts
bingspeech-api-client
Microsoft Bing Speech API client in node.js
Stars: ✭ 32 (-90.99%)
Mutual labels:  text-to-speech, tts
esp32-flite
Speech synthesis running on ESP32 based on Flite engine.
Stars: ✭ 28 (-92.11%)
Mutual labels:  text-to-speech, tts
Voice Builder
An opensource text-to-speech (TTS) voice building tool
Stars: ✭ 362 (+1.97%)
Mutual labels:  text-to-speech, tts

Electron + vue + ElementUI + js开发的文字转语音软件

screen

使用帮助:

采用阿里云语音合成引擎 官网地址:https://ai.aliyun.com/nls/tts

一、设置应用秘钥

1.找到路径:src\views\Convert\api\alibaba.js

2.修改代码:

this.AccessKeyId = '设置成你在阿里云申请的:AccessKeyId';
this.AccessKeySecret = '设置成你在阿里云申请的:AccessKeySecret';
this.appkey = '设置成你在阿里云申请的:appkey';

二、设置在线音乐

1.找到路径:src\views\Convert\SelectMusic.vue

2.搜索代码:http://xxx.xxx.com/ 修改为:你在七牛云空间cname的域名

3.将背景音乐包上传到七牛云的空间,设置为公开

4.背景音乐包下载地址:https://bawangxx.lanzous.com/b0c34tv9e 密码:9r9y

三、软件打包

执行:

npm i
npm run electron:build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].