@audiotool/nexus - v0.0.12
    Preparing search index...

    Enumeration GetAudiographChannelsGenerated

    Channels of the audiograph the client is interested in (to safe on bandwidth).

    from enum audiotool.audiograph.v1.GetAudiographChannels

    Index

    Enumeration Members

    Enumeration Members

    MONO: 1

    Mono channel audiograph. Stereo channels will be calculated of the two channels.

    from enum value: GET_AUDIOGRAPH_CHANNELS_MONO = 1;

    STEREO: 2

    Stereo channel output.

    from enum value: GET_AUDIOGRAPH_CHANNELS_STEREO = 2;

    UNSPECIFIED: 0

    Unspecified channels.

    from enum value: GET_AUDIOGRAPH_CHANNELS_UNSPECIFIED = 0;