From 65f077f3ec01d18f4cc6d28c70f7fb8c1aa5ff7c Mon Sep 17 00:00:00 2001 From: Rishaan Kumar Date: Wed, 15 Oct 2025 01:23:13 +0530 Subject: [PATCH] Add files via upload --- src/configs/crowd-cheering.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/configs/crowd-cheering.yaml diff --git a/src/configs/crowd-cheering.yaml b/src/configs/crowd-cheering.yaml new file mode 100644 index 0000000..067660e --- /dev/null +++ b/src/configs/crowd-cheering.yaml @@ -0,0 +1,21 @@ +profile: + name: 'Crowd Cheering Config' + description: 'Configuration for playing the crowd cheering sound effect' + +audio: + player: 'play' + maxConcurrent: 5 + +keybinds: + - key: 'F1' + sound: '../../assets/sounds/crowd-cheering.mp3' + description: 'Plays the crowd cheering sound effect' + +settings: + hotReload: true + preloadSounds: true + +logging: + level: 'info' + fileEnabled: true + filePath: 'logs'