feat: 长文本语音合成
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type TTS struct {
|
||||
AppId string `mapstructure:"app-id" json:"app-id" yaml:"app-id"`
|
||||
SecretId string `mapstructure:"secret-id" json:"secret-id" yaml:"secret-id"`
|
||||
SecretKey string `mapstructure:"secret-key" json:"secret-key" yaml:"secret-key"`
|
||||
}
|
||||
Reference in New Issue
Block a user