@byomakase/omakase-player
    Preparing search index...

    Interface AudioEffectGraphState

    Audio graph definition. Contains AudioEffectState's

    interface AudioEffectGraphState {
        destinationEffectIds: string[];
        effectDefs: AudioEffectState[];
        sourceEffectIds: string[];
    }

    Implemented by

    Index

    Properties

    destinationEffectIds: string[]

    Effects graph output effects ids

    effectDefs: AudioEffectState[]
    sourceEffectIds: string[]

    Effects graph input effects ids