webtau API
    Preparing search index...

    Interface PlayToneOptions

    webtau/audio — Audio foundation module for web builds.

    Provides a lightweight wrapper over Web Audio that works as a no-op in non-audio environments (tests/SSR).

    interface PlayToneOptions {
        gain?: number;
        type?: OscillatorType;
    }
    Index

    Properties

    Properties

    gain?: number
    type?: OscillatorType