@onjmin/dtm
    Preparing search index...

    Type Alias VoiceRegistry

    歌唱合成モデルのレジストリ(プラグイン方式)

    type VoiceRegistry = {
        register: (name: string, model: VoiceModel) => void;
        sing: (model: string, syllable: LyricSyllable, e: PlayNoteEvent) => void;
    }
    Index

    Properties

    Properties

    register: (name: string, model: VoiceModel) => void

    歌唱合成モデルを登録する(拡張用)

    sing: (model: string, syllable: LyricSyllable, e: PlayNoteEvent) => void

    指定モデルで1音節を歌う。未登録モデルは fallback へ委譲する