From 5d046131b1482a62d9604316d93d9415903f5932 Mon Sep 17 00:00:00 2001 From: Shashank1618 Date: Fri, 17 Oct 2025 11:20:07 +0530 Subject: [PATCH] new config file added --- src/configs/my-awesome-streaming-config.yaml | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/configs/my-awesome-streaming-config.yaml diff --git a/src/configs/my-awesome-streaming-config.yaml b/src/configs/my-awesome-streaming-config.yaml new file mode 100644 index 0000000..d7b6007 --- /dev/null +++ b/src/configs/my-awesome-streaming-config.yaml @@ -0,0 +1,27 @@ +profile: + name: "My Awesome Streaming Config" + description: "Keybinds for quick streaming sound effects and transitions." + +audio: + player: "play" + maxConcurrent: 6 + +keybinds: + - key: "F1" + sound: "../../assets/sounds/intro-jingle.mp3" + description: "Stream intro jingle" + - key: "F2" + sound: "../../assets/sounds/cheer.mp3" + description: "Crowd cheer" + - key: "F3" + sound: "../../assets/sounds/mute-toggle.mp3" + description: "Toggle mic sound effect for transitions" + +settings: + hotReload: true + preloadSounds: true + +logging: + level: "info" + fileEnabled: false + filePath: "logs" \ No newline at end of file