Holiday syncing :)

This commit is contained in:
j-hartling
2026-04-02 16:00:56 +02:00
parent 298969a067
commit 0b9264b1e1
14 changed files with 627 additions and 667 deletions

View File

@@ -16,7 +16,7 @@ if False:
# Interactivity:
reload_saved = False
gui = False
gui = True
# Processing:
env_rate = 44100.0
@@ -29,6 +29,7 @@ config.update({
'channel': 0,
'rate_ratio': None,
'env_fcut': 250,
'db_ref': 1,
'inv_fcut': 5,
'feat_thresh': np.load('../data/kernel_thresholds.npy') * 0.2,
'feat_fcut': 0.5,