Documentation ¶
Overview ¶
package voices contains the available voices for the synthesizer package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Voice ¶
type Voice int
Voice for text-to-speech synthesis.
const ( // FeminineVoice is the "Jenny" en-GB voice. // Origin: https://github.com/dioco-group/jenny-tts-dataset FeminineVoice Voice = iota // MasculineVoice is the "Alan" en-GB voice. // Origin: https://popey.me MasculineVoice )
Click to show internal directories.
Click to hide internal directories.