For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/SoundDefinitionMusicInfo.md.

Interface: SoundDefinitionMusicInfo experimental

sound

Beta

在声音定义上声明的音乐元数据。每个字段都是可选的,当声音定义未为其声明值时,该字段为 undefined

Music metadata declared on a sound definition. Each field is optional and is undefined when the sound definition does not declare a value for it.

Properties

artist?

optional artist?: string

Beta

Remarks

为此声音声明的艺术家。当未声明艺术家时为 undefined

Artist declared for this sound. Undefined when no artist was declared.


genres?

optional genres?: string[]

Beta

Remarks

为此声音声明的流派。当未声明流派时为 undefined

Genres declared for this sound. Undefined when no genres were declared.


moods?

optional moods?: string[]

Beta

Remarks

为此声音声明的情绪。当未声明情绪时为 undefined

Moods declared for this sound. Undefined when no moods were declared.


title?

optional title?: string

Beta

Remarks

为此声音声明的标题。当未声明标题时为 undefined

Title declared for this sound. Undefined when no title was declared.

同领域相关