Documentation ¶
Overview ¶
Package voices defines the available voices for the synthesizer package. This package is split from speakers to avoid pulling C dependencies into half of SkyEye's unit tests.
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.