Skip to content

Commit

Permalink
Disable condition on minimum leq
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f authored Jun 17, 2024
1 parent 85ecd9c commit 7ce1626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/rpi_systemd/zerotrigger_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"trigger_tags": ["Train", "Rail transport", "Railroad car, train wagon"],
"trigger_thresholds": [0.1, 0.1, 0.1],
"order_thresholds": [6, 6, 6],
"min_leq": 30.0,
"min_leq": 0,
"total_length": 60.0,
"cached_length": 30.0,
"sample_rate": 48000,
Expand All @@ -21,7 +21,7 @@
"yamnet_cutoff_frequency": 0,
"yamnet_max_gain": 24.0,
"yamnet_window_time": 5.0,
"sensitivity": -28.34,
"sensitivity": -42.87,
"delay_print_samples": 300,
"add_spectrogram": false,
"verbose": false
Expand Down

0 comments on commit 7ce1626

Please sign in to comment.