微软tts,下载语音合成音频文件

微软tts,下载语音合成音频文件

Property
Aug 13, 2022 10:19 AM
Status
Date
地址
https://github.com/asters1/tts
notion image

notion image

微软官网只有试听功能,本程序可以下载音频文件

如何使用?

  1. 下载源代码使用
git clone https://github.com/asters1/tts

cd tts

go run main.go
  1. 或者直接下载已经编译好的文件(需要配置tts.config文件)
安卓高级终端:
https://github.com/asters1/tts/releases/download/tts_v0.1.5/tts_v0.1.5_termux_arm64
windowns
https://github.com/asters1/tts/releases/download/tts_v0.1.5/tts_v0.1.5_windowns_amd64.exe

linux-amd64
https://github.com/asters1/tts/releases/download/tts_v0.1.5/tts_v0.1.5_linux_amd64
linux-arm64
https://github.com/asters1/tts/releases/download/tts_v0.1.5/tts_v0.1.5_termux_arm64
mac
https://github.com/asters1/tts/releases/download/tts_v0.1.5/tts_v0.1.5_mac_amd64
  1. tts.config(需要将此文件放置到tts同一目录下,并且新建一个名字为mp3的文件夹。否则会报错!!)
#此配置文件以#号作为注释
#
#
#
#
#语言默认为zh-CN
Language:zh-CN

#Name为发音员,默认为XiaoxiaoNeural

#发音员不止以下几个,懒得写了。自己找,网址为:
#https://azure.microsoft.com/zh-cn/services/cognitive-services/text-to-speech/#overview


#Name:XiaoxiaoNeural
#XiaoxiaoNeural #晓晓
#XiaoyouNeural #晓悠
Name:YunxiNeural #云希
#-SC-YunxiNeural #四川云希
#

#volume为音量,默认为100,区间[0100]
volume:100

#rate为语速,默认为0,区间[-100,200]
rate:0

#pitch为音调,默认为0,区间[-5050]
pitch:0

#path为保存音频路径,默认为当前目录下的mp3文件目录下
path:./mp3/