Interface VoicevoxConfig

interface VoicevoxConfig {
    autoClose: boolean;
    autoLaunch: boolean;
    autoSpeed: boolean;
    autoSpeedLength: number;
    autoSpeedRate: number;
    deviceId: string;
    enabled: boolean;
    exePath: string;
    hostname: string;
    limitQueue: number;
    options: VoicevoxOptions;
    port: number;
}

Properties

autoClose: boolean
autoLaunch: boolean
autoSpeed: boolean
autoSpeedLength: number
autoSpeedRate: number
deviceId: string
enabled: boolean
exePath: string
hostname: string
limitQueue: number
port: number