Available voice names for text-to-speech.
@type t() :: :aoede | :charon | :fenrir | :kore | :puck | :custom
@spec all() :: [t()]
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()