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'