@@ -38,8 +38,8 @@ func (ip *IpCast) Speak(txt string) {
data := &model.PlayReq{
Text: txt,
Vcn: "xiaoyan",
- Speed: ip.Speed, // todo 配置文件
- Volume: ip.Volume, // todo 配置文件
+ Speed: ip.Speed,
+ Volume: ip.Volume,
Rdn: "2",
Rcn: "1",
Reg: 0,