Interface ServiceOptions

interface ServiceOptions {
    bouyomiVoice?: string;
    bouyomiVolume?: number;
    outputLogs?: boolean;
    sound?: Partial<SoundConfig>;
    voice?: string;
    voiceVolume?: number;
    yncTalker?: string;
    yncVolume?: number;
}

Properties

bouyomiVoice?: string
bouyomiVolume?: number
outputLogs?: boolean
sound?: Partial<SoundConfig>
voice?: string
voiceVolume?: number
yncTalker?: string
yncVolume?: number