What's New
Added
- Per-event sound volume configuration (#30) - thanks @minpeter
- New
volumesconfig option to set individual volume levels (0-1) for each event type - Supported on macOS and Linux (Windows plays at full volume)
- Volume values are automatically clamped to valid range (0-1)
- Default volume is 100% (1.0) for all events when not specified
Usage
{
"volumes": {
"permission": 0.3,
"complete": 0.5,
"error": 1.0,
"question": 0.7
}
}