@onjmin/dtm
    Preparing search index...

    Type Alias StreamVoiceTrack

    ストリーミング再生する歌詞トラック1本。

    type StreamVoiceTrack = {
        id?: string;
        model: string;
        notes: StreamVoiceNote[];
        pan: number;
        volume: number;
    }
    Index

    Properties

    Properties

    id?: string

    呼び出し側がソロ/ミュート判定に使う識別子(演奏トラックの config.id 等)。 StreamPlaybackOptions.isAudible で参照する。省略時は常に可聴。

    model: string

    歌唱モデル名(koe音源キーワード or "klatt")。

    発音順(startSec昇順)の歌唱ノート列。

    pan: number

    ステレオ定位 -1〜+1。

    volume: number

    最終ゲイン(声量×マスタ等を適用済み。1=等倍)。