diff --git a/assets/sounds/cat-laugh.mp3 b/assets/sounds/cat-laugh.mp3 new file mode 100644 index 0000000..63fbbbc Binary files /dev/null and b/assets/sounds/cat-laugh.mp3 differ diff --git a/assets/sounds/sad-violin.mp3 b/assets/sounds/sad-violin.mp3 new file mode 100644 index 0000000..0587f95 Binary files /dev/null and b/assets/sounds/sad-violin.mp3 differ diff --git a/assets/sounds/spiderman.mp3 b/assets/sounds/spiderman.mp3 new file mode 100644 index 0000000..dd55783 Binary files /dev/null and b/assets/sounds/spiderman.mp3 differ diff --git a/assets/sounds/troll-laugh.mp3 b/assets/sounds/troll-laugh.mp3 new file mode 100644 index 0000000..92abf25 Binary files /dev/null and b/assets/sounds/troll-laugh.mp3 differ diff --git a/assets/sounds/what-da-dog-doin.mp3 b/assets/sounds/what-da-dog-doin.mp3 new file mode 100644 index 0000000..28c1745 Binary files /dev/null and b/assets/sounds/what-da-dog-doin.mp3 differ diff --git a/src/configs/memes.yaml b/src/configs/memes.yaml new file mode 100644 index 0000000..3234b92 --- /dev/null +++ b/src/configs/memes.yaml @@ -0,0 +1,29 @@ +profile: + name: "Meme Madness" + description: "Iconic meme sounds for streamers and pranksters" +audio: + player: "play" + maxConcurrent: 4 +keybinds: + - key: "F1" + sound: "../../assets/sounds/troll-laugh.mp3" + description: "Trollface laugh for epic pranks" + - key: "F2" + sound: "../../assets/sounds/sad-violin" + description: "Sad violin humming" + - key: "F3" + sound: "../../assets/sounds/cat-laugh.mp3" + description: "Meme cat laughing" + - key: "F4" + sound: "../../assets/sounds/spiderman.mp3" + description: "Spiderman meme song" + - key: "F5" + sound: "../../assets/sounds/what-da-dog-doin.mp3" + description: "What the dog doing meme" +settings: + hotReload: true + preloadSounds: true +logging: + level: "info" + fileEnabled: true + filePath: "logs"