Skip to content
Snippets Groups Projects
Verified Commit 0afd3240 authored by Phillip Thurston's avatar Phillip Thurston
Browse files

fix: corrected the syntax of all tts ssml tags

parent 6ea7f651
Branches
No related tags found
1 merge request!1fix: corrected the syntax of all tts ssml tags
......@@ -386,7 +386,7 @@ type VoiceW struct {
}
func (m VoiceW) GetName() string {
return "W"
return "w"
}
func (m VoiceW) GetText() string {
......@@ -416,7 +416,7 @@ type VoiceSub struct {
}
func (m VoiceSub) GetName() string {
return "Sub"
return "sub"
}
func (m VoiceSub) GetText() string {
......@@ -448,7 +448,7 @@ type VoiceSayAs struct {
}
func (m VoiceSayAs) GetName() string {
return "SayAs"
return "say-as"
}
func (m VoiceSayAs) GetText() string {
......@@ -483,7 +483,7 @@ type VoiceProsody struct {
}
func (m VoiceProsody) GetName() string {
return "Prosody"
return "prosody"
}
func (m VoiceProsody) GetText() string {
......@@ -513,7 +513,7 @@ type VoiceS struct {
}
func (m VoiceS) GetName() string {
return "S"
return "s"
}
func (m VoiceS) GetText() string {
......@@ -542,7 +542,7 @@ type VoicePhoneme struct {
}
func (m VoicePhoneme) GetName() string {
return "Phoneme"
return "phoneme"
}
func (m VoicePhoneme) GetText() string {
......@@ -573,7 +573,7 @@ type VoiceLang struct {
}
func (m VoiceLang) GetName() string {
return "Lang"
return "lang"
}
func (m VoiceLang) GetText() string {
......@@ -601,7 +601,7 @@ type VoiceP struct {
}
func (m VoiceP) GetName() string {
return "P"
return "p"
}
func (m VoiceP) GetText() string {
......@@ -628,7 +628,7 @@ type VoiceEmphasis struct {
}
func (m VoiceEmphasis) GetName() string {
return "Emphasis"
return "emphasis"
}
func (m VoiceEmphasis) GetText() string {
......@@ -658,7 +658,7 @@ type VoiceBreak struct {
}
func (m VoiceBreak) GetName() string {
return "Break"
return "break"
}
func (m VoiceBreak) GetText() string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment