@onjmin/dtm
    Preparing search index...

    Type Alias StreamVoiceNote

    ストリーミング再生する歌唱ノート1つ(絶対時刻ベース)。

    type StreamVoiceNote = {
        durationSec: number;
        pitch: number;
        startSec: number;
        syllable: LyricSyllable;
    }
    Index

    Properties

    durationSec: number

    ゲート適用済みの発音長(秒)。

    pitch: number

    MIDIノート番号

    startSec: number

    アンカー(再生開始時刻)からの相対秒。実発音時刻 = anchorTime + startSec。

    syllable: LyricSyllable