Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccentPhrase ¶
type AquestalkConfig ¶
type AudioQuery ¶
type AudioQuery struct { AccentPhrases []AccentPhrase `json:"accent_phrases"` SpeedScale float64 `json:"speedScale"` PitchScale float64 `json:"pitchScale"` IntonationScale float64 `json:"intonationScale"` VolumeScale float64 `json:"volumeScale"` PrePhonemeLength float64 `json:"prePhonemeLength"` PostPhonemeLength float64 `json:"postPhonemeLength"` OutputSamplingRate int `json:"outputSamplingRate"` OutputStereo bool `json:"outputStereo"` }
type Options ¶
type Options struct { Discord struct { Token string `mapstructure:"token"` Status string `mapstructure:"status"` Prefix string `mapstructure:"prefix"` NumShard int `mapstructure:"shardCount"` ShardID int `mapstructure:"shardID"` Debug bool `mapstructure:"debug"` Secret string `mapstructure:"secret"` } `mapstructure:"discord"` Greeting map[string]string `mapstructure:"greeting"` ErrorMsg map[string]string `mapstructure:"errorMsg"` }
Options gomatalk option
type UserInfo ¶
type UserInfo struct { Voice string Speed float64 Tone float64 Intone float64 Threshold float64 AllPass float64 Volume float64 }
UserInfo user information for talk
type VoiceRoidConfig ¶
type VoicevoxConfig ¶
Click to show internal directories.
Click to hide internal directories.