Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bawangxx/XZVoice
Free and open source text-to-speech software
https://github.com/bawangxx/XZVoice
electron text-to-speech tts vue
Last synced: 3 months ago
JSON representation
Free and open source text-to-speech software
- Host: GitHub
- URL: https://github.com/bawangxx/XZVoice
- Owner: bawangxx
- Created: 2021-02-22T16:19:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T06:34:57.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T05:34:00.055Z (4 months ago)
- Topics: electron, text-to-speech, tts, vue
- Language: Vue
- Homepage:
- Size: 1.64 MB
- Stars: 1,181
- Watchers: 17
- Forks: 332
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - bawangxx/XZVoice - Free and open source text-to-speech software (Vue)
README
## Electron + vue + ElementUI + js开发的文字转语音软件
### 爱发电:https://afdian.net/a/bawangxx
### 最新版V2已发布,下载地址:https://pan.baidu.com/s/1yw_l8QrH1Xx1dZxPpkdL7w?pwd=8888
[![screen](https://raw.githubusercontent.com/bawangxx/xz_voice/main/images/screen.png)](https://github.com/bawangxx/xz_voice)
## 使用帮助:
采用阿里云语音合成引擎
官网地址:https://ai.aliyun.com/nls/tts## 一、设置应用秘钥
### 1.找到路径:src\views\Convert\api\alibaba.js
### 2.修改代码:
```sh
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## 三、软件打包
执行:
```sh
npm i
npm run electron:build
```