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

    Enumeration SampleClearanceGenerated

    SampleClearance is the clearance of the Sample.

    from enum audiotool.sample.v1.SampleClearance

    Index

    Enumeration Members

    Enumeration Members

    SAFE: 1

    The Sample is verified to be safe to use.

    from enum value: SAMPLE_CLEARANCE_SAFE = 1;

    UNSAFE: 2

    The Sample is not from a trusted source - the sample could cause copyright issues and may be removed from the platform. A track using this sample could inherit copyright issues.

    from enum value: SAMPLE_CLEARANCE_UNSAFE = 2;

    UNSPECIFIED: 0

    Unspecified Sample clearance.

    from enum value: SAMPLE_CLEARANCE_UNSPECIFIED = 0;