We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e4917 commit 403c1e0Copy full SHA for 403c1e0
1 file changed
src/lib/components/Voice.svelte
@@ -13,9 +13,9 @@
13
// Onset-trigger config (simple wiring; replace with UI controls later if desired)
14
const USE_ONSET_TRIGGER = true;
15
const ONSET_TRIGGER_OPTIONS = {
16
- threshold: 0.5, // 0..1 linear
17
- preRollMs: 120, // include a short lead-in
18
- holdMs: 12, // minimum ms above threshold
+ threshold: 0.1, // 0..1 linear
+ preRollMs: 1, // include a short lead-in
+ holdMs: 0, // minimum ms above threshold
19
timeoutMs: 10000, // abort if no trigger within 10s
20
highpassHz: 80 // reduce low-frequency rumble
21
};
0 commit comments