Saxonberg Server API
    Preparing search index...
    interface SoundDataShape {
        amplitude: number | Quantity<"dB">;
        character: string;
        sources?: readonly SoundSourceRef[];
    }
    Index

    Properties

    amplitude: number | Quantity<"dB">
    character: string
    sources?: readonly SoundSourceRef[]