Interface SoundConfig

interface SoundConfig {
    channelPointSoundEnabled: boolean;
    channelPointSoundFile: string;
    channelPointSoundVolume: number;
    enabled: boolean;
    excludeLowestPriceGift: boolean;
    excludeUser: string;
    file: string;
    firstTimeCommentSoundEnabled: boolean;
    firstTimeCommentSoundFile: string;
    firstTimeCommentSoundVolume: number;
    giftSoundEnabled: boolean;
    giftSoundFile: string;
    giftSoundVolume: number;
    newCommentSoundEnabled: boolean;
    newCommentSoundFile: string;
    newCommentSoundVolume: number;
    volume: number;
}

Properties

channelPointSoundEnabled: boolean
channelPointSoundFile: string
channelPointSoundVolume: number
enabled: boolean
excludeLowestPriceGift: boolean
excludeUser: string
file: string
firstTimeCommentSoundEnabled: boolean
firstTimeCommentSoundFile: string
firstTimeCommentSoundVolume: number
giftSoundEnabled: boolean
giftSoundFile: string
giftSoundVolume: number
newCommentSoundEnabled: boolean
newCommentSoundFile: string
newCommentSoundVolume: number
volume: number