mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Concurrent audio limit and volume limiter
This commit is contained in:
parent
f2670cb1e7
commit
a533f93361
11 changed files with 162 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="AudioBusLayout" load_steps=2 format=3 uid="uid://clblu7fse2pjy"]
|
||||
|
||||
[sub_resource type="AudioEffectLimiter" id="AudioEffectLimiter_0f13h"]
|
||||
resource_name = "Limiter"
|
||||
[sub_resource type="AudioEffectHardLimiter" id="AudioEffectHardLimiter_0f13h"]
|
||||
resource_name = "HardLimiter"
|
||||
ceiling_db = -10.0
|
||||
|
||||
[resource]
|
||||
bus/1/name = &"Music"
|
||||
|
|
@ -16,7 +17,7 @@ bus/2/mute = false
|
|||
bus/2/bypass_fx = false
|
||||
bus/2/volume_db = 0.0
|
||||
bus/2/send = &"Master"
|
||||
bus/2/effect/0/effect = SubResource("AudioEffectLimiter_0f13h")
|
||||
bus/2/effect/0/effect = SubResource("AudioEffectHardLimiter_0f13h")
|
||||
bus/2/effect/0/enabled = true
|
||||
bus/3/name = &"Voice"
|
||||
bus/3/solo = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue