mwg API
    Preparing search index...

    Interface InlineSoundCue

    Inline sound markers for translated text. A marker is written as {sound:path/to/cue.wav}. It is removed from displayed text, while its position is kept for a typewriter reveal.

    interface InlineSoundCue {
        index: number;
        path: string;
    }
    Index
    index: number

    UTF-16 character offset in the marker-free display text.

    path: string

    Sound path as written inside the marker.