yoyolicoris commited on
Commit
6fb8ca1
·
1 Parent(s): 90573cb

fix: use frequency sampling to avoid nan on CPU backend

Browse files
Files changed (1) hide show
  1. presets/fx_config.yaml +2 -2
presets/fx_config.yaml CHANGED
@@ -56,10 +56,10 @@ model:
56
  max_lookahead: 15
57
  - _target_: modules.fx.SendFXsAndSum
58
  _args_:
59
- - _target_: modules.fx.SurrogateDelay
60
  sr: 44100
61
  delay: 400
62
- dropout: 0
63
  straight_through: true
64
  recursive_eq: true
65
  ir_duration: 4
 
56
  max_lookahead: 15
57
  - _target_: modules.fx.SendFXsAndSum
58
  _args_:
59
+ - _target_: modules.fx.FSSurrogateDelay
60
  sr: 44100
61
  delay: 400
62
+ # dropout: 0
63
  straight_through: true
64
  recursive_eq: true
65
  ir_duration: 4