Versions in this module Expand all Collapse all v0 v0.1.0 Jan 13, 2024 Changes in this version + func PlayMp3(ctx context.Context, filename string) error + func ToMp3(ctx context.Context, in, out string) error + func VoiceLanguage(language string) func(opt *voicesOpt) + func VoiceName(name string) func(opt *voicesOpt) + type Opt func(opt *voicesOpt) + type Voice interface + Cache func(ctx context.Context, word string) (string, error) + Detail func() string + Language func() string + Name func() string + Say func(ctx context.Context, word string) error + type Voices interface + Voices func(opts ...Opt) ([]Voice, error) + func BingSayVoices() Voices + func MacSayVoices() Voices