set_sound_hook
Enable or disable sound effects and set volume for specific recording lifecycle stages such as start, stop, or paste.
Instructions
Configure a single sound-effect hook stage. Hooks are the 6 lifecycle points where Windy Word plays sounds: start (đŦ begin recording), during (đ¤ mid-recording chirps), stop (âšī¸ end recording), process (âŗ Whisper transcribing), warning (â ī¸ approaching session limit), paste (đ transcript injected). Each hook has enabled (boolean) + volume (0-100 int). Pass any combo of those args â omitted ones are unchanged. Routes through the renderer EffectsEngine and persists via _saveSettings to localStorage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook | Yes | Which of the 6 hook stages. | |
| volume | No | Per-stage volume 0-100. Multiplies with master SFX volume. | |
| enabled | No | Mute (false) / unmute (true) this stage. |