【汉化】Audio Fader

Audio Fader

【汉化】Audio Fader_第1张图片
Audio Fader

This plugin gives the developer more control over the volume fading of BGM,
BGS, and ME audio effects within the game.

这个插件可以让你在游戏里设置各种音效的音量大小

Plugin Commands

In order to fade in audio, use the following Plugin Commands.
In all the Plugin Commands, the “type” needs to be defined. The “type” can be
one of the following: BGM, BGS, or ME. That plugin will then affect the
current BGM, BGS, or ME respectively.

使用下面插件命令来设置音量大小,请注意type属性必须定义,可以使BGM\BGS\ME

FadeIn [type] [duration]

Fades in the specific audio type over a duration in frames.
音量逐渐增加

FadeOut [type] [duration]

Fades out the specific audio type over a duration in frames.
音量逐渐减少

FadeTo [type] [duration] [volume]

Fades the audio type to a specific volume over a duration in frames.
音量逐渐到指定大小

FadeFromTo [type] [duration] [first-volume] [target-volume]

Fades the audio type by first setting it to “first volume”, then fading it
the “target-volume” over a duration in frames.
音量从指定大小过渡到下一个指定大小

你可能感兴趣的:(【汉化】Audio Fader)