rpi-voice
v1.0.1
Published
基于科大讯飞训练集开发语音识别,语音合成,适用于树莓派
Downloads
3
Readme
README
基于科大讯飞Linux SDK二次编译实现,适用于树莓派语音合成
安装方式
npm install rpi-voice
使用
const voice = require('rpi-voice');
voice.text2audio(text,config,callback);
参数介绍
name|type|description ----|----|---- text | String | 输入文本 config| Object | 配置项 config.loginParams | String | 登录相关信息,如 appId=xxx,secretKey=xxxx callback|Function|回调