mstts.js
一个免费的微软Azure文本转语音,可直接导出mp3文件的nodejs库
最近更新
0.9.5 加入role和emotion选择 0.9.1 修复了mp3文件格式错误的问题
使用方法
1.命令行
```
npm install -g mstts-js
mstts -i 在微信里搜索大帅老猿 -o ./test.mp3
```
2.代码中使用
```
npm install mstts-js
const mstts = require('mstts-js')
const mp3buffer = await mstts.getTTSData(text,voice,express,role,rate,pitch);
```
关注作者
enjoy!