RemFx / cfg /effects /distortion.yaml
mattricesound's picture
Render effected chunks to avoid bottlenecks
7173e65
raw
history blame
387 Bytes
# @package _global_
effects:
train_effects:
Distortion:
_target_: remfx.effects.RandomPedalboardDistortion
sample_rate: ${sample_rate}
min_drive_db: -10
max_drive_db: 50
val_effects:
Distortion:
_target_: remfx.effects.RandomPedalboardDistortion
sample_rate: ${sample_rate}
min_drive_db: 30
max_drive_db: 30