Decrease default trigger_ms to 40

This makes triggering faster, and 60 ms is hopefully unnecessary with
deterministic triggering. You'll still need to increase trigger_ms or
the per-channel trigger width multiplier for low bass below 50 Hz.
pull/403/head
nyanpasu64 2022-03-11 21:03:17 -08:00
rodzic cdfe5dd37a
commit 505a3bbba7
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -10,6 +10,7 @@
- Rewrite the trigger algorithm to enhance determinism (#403)
- Triggering still makes mistakes, especially when DC offset varies within a frame (eg. NES 75% pulse changing volumes). This may be addressed in the future.
- Changed default triggering settings as well.
### Changelog

Wyświetl plik

@ -113,7 +113,7 @@ def template_config(**kwargs) -> Config:
master_audio="",
fps=_FPS,
amplification=1,
trigger_ms=60,
trigger_ms=40,
render_ms=40,
trigger_subsampling=1,
render_subsampling=2,