The default notification sound is:
render_complete.ogg
You can add rare alternative notification sounds using the following naming format:
render_complete_nnnn.ogg
Where nnnn defines the chance in tenths of a percent:
| Filename | Chance |
|---|---|
| notify_0001.ogg | 0.1% |
| notify_0010.ogg | 1.0% |
| notify_0100.ogg | 10.0% |
| notify_0500.ogg | 50.0% |
These sounds are selected randomly based on their defined probability.
If none of them are triggered, the default render_complete.ogg is played.
- Only
.oggfiles are supported - Filenames must follow the exact
render_complete_nnnn.oggformat - Values above 1000 (100%) are not recommended