Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface AudioManagerInterface

    Audio manager interface (minimal subset needed)

    Note: Spatial audio parameters (position) are not currently supported by the actual IAudioManager interface. This interface documents the intended API for future spatial audio integration with Howler.js.

    interface AudioManagerInterface {
        playSFX(soundId: string, volume?: number): Promise<void>;
    }
    Index

    Methods

    Methods