Interface YNCNeoConfig

interface YNCNeoConfig {
    autoClose: boolean;
    autoLaunch: boolean;
    enabled: boolean;
    excludeUser: string;
    exePath: string;
    hostname: string;
    multipleTranslations: boolean;
    oscEnabled: boolean;
    oscTargets: OSCTargets;
    port: number;
    primaryLang: string;
    protocol: string;
    speech: boolean;
    speechType: TraslatedSpeechType;
    speechVolume: number;
    talker: string;
    translate: boolean;
}

Properties

autoClose: boolean
autoLaunch: boolean
enabled: boolean
excludeUser: string
exePath: string
hostname: string
multipleTranslations: boolean
oscEnabled: boolean
oscTargets: OSCTargets
port: number
primaryLang: string
protocol: string
speech: boolean
speechVolume: number
talker: string
translate: boolean