@onjmin/dtm
Preparing search index...
VoiceRegistry
Type Alias VoiceRegistry
歌唱合成モデルのレジストリ(プラグイン方式)
type
VoiceRegistry
=
{
register
:
(
name
:
string
,
model
:
VoiceModel
)
=>
void
;
sing
:
(
model
:
string
,
syllable
:
LyricSyllable
,
e
:
PlayNoteEvent
)
=>
void
;
}
Index
Properties
register
sing
Properties
register
register
:
(
name
:
string
,
model
:
VoiceModel
)
=>
void
歌唱合成モデルを登録する(拡張用)
sing
sing
:
(
model
:
string
,
syllable
:
LyricSyllable
,
e
:
PlayNoteEvent
)
=>
void
指定モデルで1音節を歌う。未登録モデルは fallback へ委譲する
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
register
sing
@onjmin/dtm
Loading...
歌唱合成モデルのレジストリ(プラグイン方式)