Skip to content

Commit

Permalink
Add new speakers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lon9 committed Aug 1, 2018
1 parent 74f19e0 commit 477da14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tts_options.go
Expand Up @@ -32,6 +32,14 @@ var (
name: "takeru",
canUseEmotion: true,
}
SpeakerSanta = speaker{
name: "santa",
canUseEmotion: true,
}
SpeakerBear = speaker{
name: "bear",
canUseEmotion: true,
}

emptySpeaker = speaker{}
defaultSpeaker = SpeakerShow
Expand Down

0 comments on commit 477da14

Please sign in to comment.