Bgm

Inherits from : IPreprocess

{
    "fileName": "sample_bgm",
    "fadeOutTime": 3,
    "fadeInTime": 3,
    "type": "Bgm",

    /* Audio Common Param */
    "loop": false,
    "playCount": 3,
    "volume": "1"
}
    
key type notes
fileName string ファイル名
fadeOutTime float クロスフェードによるBGMのフェードアウト時間(s)
fadeInTime float クロスフェードによるBGMのフェードイン時間(s)
loop bool ループ再生
playCount int 再生回数(loop指定が優先されます)
volume float 音量


Se

Inherits from : IPreprocess, IWait

{
    "fileName": "sample_se",
    "fadeInTime": 3,
    "type": "Se",

    /* Audio Common Param */
    "loop": false,
    "playCount": 3,
    "volume": "1"
}
    
key type notes
fileName string ファイル名
fadeInTime float クロスフェードによるBGMのフェードイン時間(s)
loop bool ループ再生
playCount int 再生回数(loop指定が優先されます)
volume float 音量


Voice

Inherits from : IPreprocess, IWait, IAddBacklog

{
    "fileName": "sample_se",
    "fadeInTime": 3,
    "type": "Voice",

    /* Audio Common Param */
    "loop": false,
    "playCount": 3,
    "volume": "1"
}
    
key type notes
fileName string ファイル名
fadeInTime float クロスフェードによるBGMのフェードイン時間(s)
loop bool ループ再生
playCount int 再生回数(loop指定が優先されます)
volume float 音量
ダッキングについて


VolumeAll

Inherits from :

{
    "fileName": "sample_se",
    "volume": 0,
    "time": 3,
    "type": "VolumeAll"
}
    
key type notes
fileName string 指定音声ファイル名
volume float 音量
time float フェード時間(s)
指定音声ファイルについて

音量について


VolumeBgm

Inherits from :

{
    "fileName": "sample_se",
    "volume": 0,
    "time": 3,
    "type": "VolumeBgm"
}
    
key type notes
fileName string 指定音声ファイル名
volume float 音量
time float フェード時間(s)
指定音声ファイルについて

音量について


VolumeSe

Inherits from :

{
    "fileName": "sample_se",
    "volume": 0,
    "time": 3,
    "type": "VolumeSe"
}
    
key type notes
fileName string 指定音声ファイル名
volume float 音量
time float フェード時間(s)
指定音声ファイルについて

音量について


VolumeVoice

Inherits from :

{
    "fileName": "sample_se",
    "volume": 0,
    "time": 3,
    "type": "VolumeVoice"
}
    
key type notes
fileName string 指定音声ファイル名
volume float 音量
time float フェード時間(s)
指定音声ファイルについて

音量について