From 61f7e832c7a357fd06d837fafe019467c38649c8 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Tue, 7 Oct 2025 03:34:36 +0300 Subject: [PATCH 1/4] feat(easyeffects): add few new features --- .bin/initial-installation.sh | 15 +- .bin/webcam-config.sh | 87 +++ .config/OpenRGB/OpenRGB.json | 168 ++++- .../plugins/settings/EffectSettings.json | 66 +- .../settings/effect-patterns/Swap/rw-swap | 12 - .../plugins/settings/effect-profiles/rw-swap | 91 +-- .config/OpenRGB/rw-dynamic.orp | Bin 1119 -> 1133 bytes .config/btop/btop.conf | 7 +- .config/easyeffects/.github/README.md | 4 + .config/easyeffects/input/NR+NPR.json | 261 ------- .../fifine_male_voice_noise_reduction.json | 244 ++++++ .../output/AG+Comp+Cry+BE+Max.json | 145 ++++ .../output/Advanced Auto Gain.json | 648 ---------------- .config/easyeffects/output/Bass Boosted.json | 250 ------- .../output/Bass Enhancing + Perfect EQ.json | 223 ------ .config/easyeffects/output/Boosted.json | 217 ------ .config/easyeffects/output/Laptop.json | 560 -------------- .../easyeffects/output/Loudness+Autogain.json | 694 ------------------ .config/easyeffects/output/Perfect EQ.json | 217 ------ .config/pipewire/.github/README.md | 3 + .../pipewire/pipewire.conf.d/99-custom.conf | 19 + .github/README.md | 3 +- .gitignore | 1 + .system-config-backup/audio/audio.conf | 2 + .system-config-backup/aurpkglist.txt | 4 + .system-config-backup/pkglist.txt | 15 +- .system-config-backup/systemd/logind.conf | 1 + 27 files changed, 778 insertions(+), 3179 deletions(-) create mode 100755 .bin/webcam-config.sh delete mode 100644 .config/OpenRGB/plugins/settings/effect-patterns/Swap/rw-swap delete mode 100644 .config/easyeffects/input/NR+NPR.json create mode 100644 .config/easyeffects/input/fifine_male_voice_noise_reduction.json create mode 100644 .config/easyeffects/output/AG+Comp+Cry+BE+Max.json delete mode 100644 .config/easyeffects/output/Advanced Auto Gain.json delete mode 100644 .config/easyeffects/output/Bass Boosted.json delete mode 100644 .config/easyeffects/output/Bass Enhancing + Perfect EQ.json delete mode 100644 .config/easyeffects/output/Boosted.json delete mode 100644 .config/easyeffects/output/Laptop.json delete mode 100644 .config/easyeffects/output/Loudness+Autogain.json delete mode 100644 .config/easyeffects/output/Perfect EQ.json create mode 100644 .config/pipewire/.github/README.md create mode 100644 .config/pipewire/pipewire.conf.d/99-custom.conf create mode 100644 .system-config-backup/audio/audio.conf diff --git a/.bin/initial-installation.sh b/.bin/initial-installation.sh index 08ce346..ea78477 100755 --- a/.bin/initial-installation.sh +++ b/.bin/initial-installation.sh @@ -115,7 +115,7 @@ print_log_message $info_color "oh-my-zsh installation initiated..." 0>/dev/null sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" mv "${HOME}/.zshrc.pre-oh-my-zsh" "${HOME}/.zshrc" -# Downloading all git submodules such as waybar-crypto, etc +# Downloading all git submodules such as zsh-autosuggestions, etc... print_log_message $info_color "submodules update initiated..." cd "${HOME}" || exit git submodule update --init --recursive @@ -135,6 +135,8 @@ sudo cp "${HOME}/.system-config-backup/tlp/tlp.conf" "/etc/tlp.conf" sudo cp "${HOME}/.system-config-backup/greetd/config.toml" "/etc/greetd/config.toml" sudo cp "${HOME}/.system-config-backup/reflector/reflector.conf" "/etc/xdg/reflector/reflector.conf" sudo cp "${HOME}/.system-config-backup/systemd/resolved.conf" "/etc/systemd/resolved.conf" +sudo mkdir "/etc/security/limits.d/" +sudo cp "${HOME}/.system-config-backup/audio/audio.conf" "/etc/security/limits.d/audio.conf" print_log_message $success_color "system configs has been copied." chsh -s /usr/bin/zsh celtic @@ -143,7 +145,10 @@ curl -o .config/OpenRGB/plugins/effects.so https://openrgb.org/releases/plugins/ # Start some daemons print_log_message $info_color "enable the necessary services..." -systemctl enable --now tlp.service -systemctl enable --now greetd.service -systemctl enable --now swayosd-libinput-backend.service -systemctl enable --now reflector.service +systemctl enable transmission.service +systemctl enable tlp.service +systemctl enable greetd.service +systemctl enable swayosd-libinput-backend.service +systemctl enable reflector.service + +print_log_message $success_color "system installation successfully completed. Please, reboot your computer." diff --git a/.bin/webcam-config.sh b/.bin/webcam-config.sh new file mode 100755 index 0000000..87465c9 --- /dev/null +++ b/.bin/webcam-config.sh @@ -0,0 +1,87 @@ +#!/bin/bash +# Creative Live! Cam Sync V3 - Optimized Configuration +# Based on actual available controls + +DEVICE="/dev/video0" + +echo "Configuring Creative Live! Cam Sync V3..." + +# Set resolution to 1080p @ 30fps +v4l2-ctl -d $DEVICE --set-fmt-video=width=1920,height=1080,pixelformat=MJPG +v4l2-ctl -d $DEVICE --set-parm=30 + +# Basic Image Controls +# brightness: -64 to 64 (default: 3) +# Setting to 10-15 for slightly brighter image in typical indoor lighting +v4l2-ctl -d $DEVICE --set-ctrl=brightness=12 + +# contrast: 0 to 64 (default: 38) +# Setting to 42 for slightly more punch +v4l2-ctl -d $DEVICE --set-ctrl=contrast=42 + +# saturation: 0 to 128 (default: 64) +# Setting to 75 for more vivid colors without oversaturation +v4l2-ctl -d $DEVICE --set-ctrl=saturation=75 + +# hue: -40 to 40 (default: 0) +# Keep at 0 for accurate colors +v4l2-ctl -d $DEVICE --set-ctrl=hue=0 + +# gamma: 72 to 500 (default: 100) +# Keep at 100 for natural look +v4l2-ctl -d $DEVICE --set-ctrl=gamma=100 + +# gain: 0 to 100 (default: 0) +# Set to 10 for low-light improvement without too much noise +# Use 0 if you have good lighting, increase to 15-20 for dim rooms +v4l2-ctl -d $DEVICE --set-ctrl=gain=10 + +# sharpness: 0 to 6 (default: 3) +# Setting to 4 for slightly crisper image +v4l2-ctl -d $DEVICE --set-ctrl=sharpness=4 + +# backlight_compensation: 0 to 8 (default: 4) +# Increase if you have bright window behind you +# Decrease if you have good front lighting +v4l2-ctl -d $DEVICE --set-ctrl=backlight_compensation=4 + +# White Balance Configuration +# First, disable auto white balance to set manual temperature +v4l2-ctl -d $DEVICE --set-ctrl=white_balance_automatic=0 + +# white_balance_temperature: 2800 to 6500 (default: 4600) +# 2800-3200: Warm tungsten/incandescent lights +# 3500-4000: Mixed indoor lighting (RECOMMENDED for most) +# 4600-5000: Neutral indoor +# 5500-6500: Daylight/cool white LED +v4l2-ctl -d $DEVICE --set-ctrl=white_balance_temperature=3800 + +# Exposure Configuration +# auto_exposure: 0=Manual, 1=Auto, 3=Aperture Priority (default: 3) +# Setting to Manual (1) for consistent exposure +v4l2-ctl -d $DEVICE --set-ctrl=auto_exposure=1 + +# exposure_time_absolute: 1 to 5000 (default: 157) +# Lower = brighter but may blur with movement +# Higher = darker but sharper with movement +# 157 is default (good starting point) +# Adjust based on your lighting: +# - Good lighting: 100-150 +# - Normal lighting: 150-250 (RECOMMENDED) +# - Dim lighting: 250-400 +v4l2-ctl -d $DEVICE --set-ctrl=exposure_time_absolute=200 + +# exposure_dynamic_framerate: Keep disabled for consistent 30fps +v4l2-ctl -d $DEVICE --set-ctrl=exposure_dynamic_framerate=0 + +# power_line_frequency: 0=Disabled, 1=50Hz, 2=60Hz +# Set based on your region: +# - Europe/most of world: 50 Hz (1) +# - Americas/some Asia: 60 Hz (2) +# This prevents flickering from artificial lights +v4l2-ctl -d $DEVICE --set-ctrl=power_line_frequency=1 + +echo "Camera configuration complete!" +echo "" +echo "Current settings:" +v4l2-ctl -d $DEVICE --all | grep -A 1 "brightness\|contrast\|saturation\|sharpness\|exposure\|white_balance" diff --git a/.config/OpenRGB/OpenRGB.json b/.config/OpenRGB/OpenRGB.json index 4c92ddc..b77961e 100644 --- a/.config/OpenRGB/OpenRGB.json +++ b/.config/OpenRGB/OpenRGB.json @@ -6,13 +6,13 @@ "host": "0.0.0.0", "port": "6742", "profile": "rw-dynamic", - "setclient": false, + "setclient": true, "setcustom": false, "setminimized": true, - "setprofile": false, + "setprofile": true, "setserver": false, - "setserverhost": false, - "setserverport": false + "setserverhost": true, + "setserverport": true }, "CorsairDominatorSettings": { "model": "CMT" @@ -49,8 +49,15 @@ "ASUS KO RTX 3060Ti O8G GAMING": true, "ASUS KO RTX 3060Ti O8G V2 GAMING": true, "ASUS KO RTX 3070 O8G V2 GAMING": true, + "ASUS ROG ASTRAL GeForce RTX 5080": true, + "ASUS ROG ASTRAL GeForce RTX 5080 OC": true, + "ASUS ROG ASTRAL GeForce RTX 5090 OC": true, + "ASUS ROG ASTRAL GeForce RTX 5090 OC BTF": true, + "ASUS ROG ASTRAL GeForce RTX 5090 OC WHITE": true, + "ASUS ROG ASTRAL LC GeForce RTX 5090 OC": true, "ASUS ROG AURA Terminal": true, "ASUS ROG Ally": true, + "ASUS ROG Ally X": true, "ASUS ROG Arion": true, "ASUS ROG Azoth 2.4GHz": true, "ASUS ROG Azoth USB": true, @@ -117,6 +124,7 @@ "ASUS ROG STRIX GeForce GTX 1070 A8G Ti Gaming": true, "ASUS ROG STRIX GeForce GTX 1070 Gaming": true, "ASUS ROG STRIX GeForce GTX 1070 Gaming OC": true, + "ASUS ROG STRIX GeForce GTX 1070 OC": true, "ASUS ROG STRIX GeForce GTX 1070 Ti Gaming": true, "ASUS ROG STRIX GeForce GTX 1080 A8G Gaming": true, "ASUS ROG STRIX GeForce GTX 1080 Gaming OC": true, @@ -130,6 +138,7 @@ "ASUS ROG STRIX GeForce GTX 1660 Ti Gaming OC": true, "ASUS ROG STRIX GeForce RTX 2060 EVO Gaming": true, "ASUS ROG STRIX GeForce RTX 2060 EVO Gaming OC": true, + "ASUS ROG STRIX GeForce RTX 2060 EVO V2 Gaming": true, "ASUS ROG STRIX GeForce RTX 2060 Gaming": true, "ASUS ROG STRIX GeForce RTX 2060 Gaming OC": true, "ASUS ROG STRIX GeForce RTX 2060 SUPER A8G EVO Gaming": true, @@ -159,6 +168,7 @@ "ASUS ROG STRIX GeForce RTX 3070 Gaming OC": true, "ASUS ROG STRIX GeForce RTX 3070 OC": true, "ASUS ROG STRIX GeForce RTX 3070 Ti Gaming OC": true, + "ASUS ROG STRIX GeForce RTX 3070 V2 Gaming": true, "ASUS ROG STRIX GeForce RTX 3070 V2 Gaming OC": true, "ASUS ROG STRIX GeForce RTX 3070 V2 White OC": true, "ASUS ROG STRIX GeForce RTX 3070 White OC": true, @@ -197,6 +207,7 @@ "ASUS ROG STRIX GeForce RTX 4090 Gaming White": true, "ASUS ROG STRIX GeForce RTX 4090 Gaming White OC": true, "ASUS ROG STRIX GeForce RTX 4090 OC EVA-02": true, + "ASUS ROG STRIX GeForce RTX 5070 Ti Gaming OC": true, "ASUS ROG STRIX LC 3080Ti O12G GAMING": true, "ASUS ROG STRIX LC GeForce RTX 3080 Ti Gaming OC": true, "ASUS ROG STRIX LC GeForce RTX 3090 Ti Gaming OC": true, @@ -365,6 +376,11 @@ "ASUS TUF GeForce RTX 4080 SUPER Gaming OC": true, "ASUS TUF GeForce RTX 4090 Gaming OC": true, "ASUS TUF GeForce RTX 4090 Gaming OG OC": true, + "ASUS TUF GeForce RTX 5070 Gaming": true, + "ASUS TUF GeForce RTX 5070 Ti Gaming OC": true, + "ASUS TUF GeForce RTX 5080 Gaming OC": true, + "ASUS TUF GeForce RTX 5090 Gaming": true, + "ASUS TUF GeForce RTX 5090 Gaming OC": true, "ASUS TUF Laptop": true, "ASUS TUF RTX 3060 Ti 8G Gaming OC": true, "ASUS TUF RTX 3060Ti O8G": true, @@ -406,9 +422,14 @@ "ASUS TUF Radeon RX 7800 XT Gaming White OC": true, "ASUS TUF Radeon RX 7900 XT Gaming OC": true, "ASUS TUF Radeon RX 7900 XTX Gaming OC": true, + "ASUS TUF Radeon RX 9070 XT Gaming OC": true, "ASUS Vega 64 Strix": true, "Acer Predator Gaming Mouse (Rival 300)": true, "Advanced GTA 250 USB Gaming Mouse": true, + "Airgoo AG-DRGB04": true, + "Airgoo AG-DRGB16": true, + "Alienware AW3225QF": true, + "Alienware AW3423DWF": true, "Alienware AW410K": true, "Alienware AW510K": true, "Anko KM43243952 USB Gaming Mouse": true, @@ -503,6 +524,7 @@ "Cooler Master Small ARGB": true, "Corsair 1000D Obsidian": true, "Corsair Commander Core": true, + "Corsair Commander Core XT": true, "Corsair Commander Pro": true, "Corsair Dark Core RGB Pro SE (Wired)": true, "Corsair Dark Core RGB SE (Wired)": true, @@ -514,12 +536,16 @@ "Corsair Harpoon RGB PRO": true, "Corsair Harpoon Wireless (Wired)": true, "Corsair Hydro H100i Elite": true, + "Corsair Hydro H100i Elite White": true, "Corsair Hydro H100i Platinum": true, "Corsair Hydro H100i Platinum SE": true, "Corsair Hydro H100i Pro XT": true, "Corsair Hydro H100i Pro XT v2": true, + "Corsair Hydro H115i Elite": true, "Corsair Hydro H115i Platinum": true, "Corsair Hydro H115i Pro XT": true, + "Corsair Hydro H150i Elite": true, + "Corsair Hydro H150i Elite White": true, "Corsair Hydro H150i Pro XT": true, "Corsair Hydro H60i Pro XT": true, "Corsair Hydro Series": true, @@ -536,11 +562,14 @@ "Corsair K60 RGB PRO": true, "Corsair K60 RGB PRO Low Profile": true, "Corsair K60 RGB PRO TKL": true, + "Corsair K60 RGB PRO TKL Black": true, + "Corsair K60 RGB PRO TKL White": true, "Corsair K65 LUX RGB": true, "Corsair K65 Mini": true, "Corsair K65 RGB": true, "Corsair K65 RGB RAPIDFIRE": true, "Corsair K68 RED": true, + "Corsair K68 RED SHADOW": true, "Corsair K68 RGB": true, "Corsair K70 Core RGB": true, "Corsair K70 LUX": true, @@ -556,6 +585,7 @@ "Corsair K70 RGB TKL Champion Series": true, "Corsair K95 RGB": true, "Corsair K95 RGB PLATINUM": true, + "Corsair K95 RGB PLATINUM SE": true, "Corsair K95 RGB PLATINUM XT": true, "Corsair Katar Pro": true, "Corsair Katar Pro V2": true, @@ -571,6 +601,7 @@ "Corsair M65 RGB Ultra Wired": true, "Corsair M65 RGB Ultra Wireless (Wired)": true, "Corsair MM700": true, + "Corsair MM700 3XL": true, "Corsair MM800 RGB Polaris": true, "Corsair Nightsword": true, "Corsair SPEC OMEGA RGB": true, @@ -586,23 +617,33 @@ "Corsair Strafe Red": true, "Corsair Vengeance": true, "Corsair Vengeance Pro": true, + "Corsair Vengeance RGB DRAM": true, + "Corsair iCUE Link System Hub": true, "Cougar 700K EVO Gaming Keyboard": true, "Cougar Revenger ST": true, "Creative SoundBlasterX G6": true, "Crucial": true, "Crucial Ballistix": true, + "DDP": true, "DMX": true, "DRGB CORE V3": true, "DRGB CORE V4F": true, + "DRGB CORE V5": true, + "DRGB CORE V5F": true, + "DRGB ELITE": true, "DRGB LED": true, "DRGB LED Controller": true, "DRGB LED V4": true, + "DRGB LED V5": true, "DRGB SIG AB": true, "DRGB SIG CD": true, "DRGB SIG V4F": true, + "DRGB SIG V5F": true, "DRGB Strimer Controller": true, "DRGB ULTRA": true, "DRGB ULTRA V4F": true, + "DRGB ULTRA V5": true, + "DRGB ULTRA V5F": true, "DRGB Ultra V3": true, "Dark Project KD3B V2": true, "Das Keyboard Q4 RGB": true, @@ -618,6 +659,20 @@ "EK Loop Connect": true, "ENE SMBus DRAM": true, "EVGA GP102 GPU": true, + "EVGA GeForce GTX 1070 FTW": true, + "EVGA GeForce GTX 1070 FTW DT Gaming": true, + "EVGA GeForce GTX 1070 FTW HYBRID": true, + "EVGA GeForce GTX 1070 FTW2 Gaming": true, + "EVGA GeForce GTX 1070 Ti FTW2": true, + "EVGA GeForce GTX 1080 FTW": true, + "EVGA GeForce GTX 1080 FTW2 11G": true, + "EVGA GeForce GTX 1080 FTW2 DT": true, + "EVGA GeForce GTX 1080 FTW2 Gaming": true, + "EVGA GeForce GTX 1080 Ti FTW3": true, + "EVGA GeForce GTX 1080 Ti FTW3 Hybrid": true, + "EVGA GeForce GTX 1080 Ti K|NGP|N": true, + "EVGA GeForce GTX 1080 Ti SC2 Gaming": true, + "EVGA GeForce RTX 2070 FTW3 Ultra OC": true, "EVGA GeForce RTX 2070 SUPER FTW3 Ultra": true, "EVGA GeForce RTX 2070 SUPER FTW3 Ultra+": true, "EVGA GeForce RTX 2070 SUPER XC Gaming": true, @@ -631,9 +686,11 @@ "EVGA GeForce RTX 2080 SUPER FTW3 Ultra": true, "EVGA GeForce RTX 2080 SUPER FTW3 Ultra Hydro Copper": true, "EVGA GeForce RTX 2080 SUPER XC Gaming": true, + "EVGA GeForce RTX 2080 SUPER XC Hybrid Gaming": true, "EVGA GeForce RTX 2080 SUPER XC Ultra": true, "EVGA GeForce RTX 2080 Ti Black": true, "EVGA GeForce RTX 2080 Ti FTW3 Ultra": true, + "EVGA GeForce RTX 2080 Ti FTW3 Ultra Hydro Copper": true, "EVGA GeForce RTX 2080 Ti XC HYBRID GAMING": true, "EVGA GeForce RTX 2080 Ti XC HYDRO COPPER": true, "EVGA GeForce RTX 2080 Ti XC Ultra": true, @@ -714,6 +771,7 @@ "EVGA GeForce RTX 3090 Ti FTW3 Black Gaming": true, "EVGA GeForce RTX 3090 Ti FTW3 Gaming": true, "EVGA GeForce RTX 3090 Ti FTW3 Ultra Gaming": true, + "EVGA GeForce RTX 3090 Ti FTW3 Ultra Hybrid Gaming": true, "EVGA GeForce RTX 3090 XC3 Black": true, "EVGA GeForce RTX 3090 XC3 Gaming": true, "EVGA GeForce RTX 3090 XC3 Ultra": true, @@ -741,6 +799,7 @@ "EVision Keyboard 320F:5078": true, "EVision Keyboard 320F:5084": true, "Elgato Light Strip": true, + "Elgato Stream Deck MK.2": true, "ElgatoKeyLight": true, "Endorfy Omnis": true, "Epomaker TH80 Pro (USB Cable)": true, @@ -750,6 +809,8 @@ "FanBus": true, "Faustus": true, "GALAX GeForce RTX 2070 SUPER EX Gamer Black": true, + "GALAX GeForce RTX 3080 SG": true, + "GALAX GeForce RTX 5070 Ti EX Gamer 1-Click OC": true, "GALAX RTX 2070 Super EX Gamer Black": true, "GaiZhongGai 17 PRO": true, "GaiZhongGai 17+4+Touch PRO": true, @@ -767,12 +828,14 @@ "Gainward GeForce GTX 1660 SUPER Ghost": true, "Gainward GeForce RTX 2070 SUPER Phantom": true, "Gainward GeForce RTX 2080 Phoenix GS": true, + "Gainward GeForce RTX 3060 Pegasus 12G": true, "Gainward GeForce RTX 3070 Phantom": true, "Gainward GeForce RTX 3070 Phoenix": true, "Gainward GeForce RTX 3070 Ti Phoenix": true, "Gainward GeForce RTX 3080 Phoenix": true, "Gainward GeForce RTX 3080 Ti Phoenix": true, "Gainward GeForce RTX 3090 Phoenix": true, + "Gainward GeForce RTX 3090 Ti Phantom": true, "Gainward RTX 2070 Super Phantom": true, "Gainward RTX 2080 Phoenix GS": true, "Gainward RTX 3070 Phoenix": true, @@ -806,8 +869,12 @@ "Gigabyte AORUS GeForce RTX 3080 XTREME WATERFORCE WB": true, "Gigabyte AORUS GeForce RTX 3090 XTREME WATERFORCE": true, "Gigabyte AORUS GeForce RTX 3090 XTREME WATERFORCE WB": true, + "Gigabyte AORUS GeForce RTX 4070 Ti ELITE": true, "Gigabyte AORUS GeForce RTX 4080 MASTER": true, "Gigabyte AORUS GeForce RTX 4090 MASTER": true, + "Gigabyte AORUS GeForce RTX 5090 D MASTER": true, + "Gigabyte AORUS GeForce RTX 5090 MASTER": true, + "Gigabyte AORUS GeForce RTX 5090 MASTER ICE": true, "Gigabyte AORUS RTX2060 SUPER 8G V1": true, "Gigabyte AORUS RTX2070 SUPER 8G": true, "Gigabyte AORUS RTX2070 XTREME 8G": true, @@ -830,6 +897,8 @@ "Gigabyte AORUS RTX3090 XTREME WATERFORCE WB 24G": true, "Gigabyte AORUS RTX4080 MASTER 16G": true, "Gigabyte AORUS RTX4090 MASTER 24G": true, + "Gigabyte AORUS RX 6750 XT ELITE 12G": true, + "Gigabyte AORUS Radeon RX 9070 XT Elite": true, "Gigabyte Aorus 15BKF Backlight": true, "Gigabyte Aorus 15BKF Keyboard": true, "Gigabyte Aorus 17X Backlight": true, @@ -931,6 +1000,7 @@ "Gigabyte GeForce RTX 3090 VISION OC": true, "Gigabyte GeForce RTX 4060 Gaming OC": true, "Gigabyte GeForce RTX 4060 Ti Gaming OC": true, + "Gigabyte GeForce RTX 4070 Eagle OC": true, "Gigabyte GeForce RTX 4070 GAMING OC": true, "Gigabyte GeForce RTX 4070 SUPER Aero OC": true, "Gigabyte GeForce RTX 4070 SUPER Eagle OC Ice": true, @@ -949,6 +1019,18 @@ "Gigabyte GeForce RTX 4080 SUPER GAMING OC": true, "Gigabyte GeForce RTX 4090 AERO OC": true, "Gigabyte GeForce RTX 4090 GAMING OC": true, + "Gigabyte GeForce RTX 5060 Ti Gaming OC": true, + "Gigabyte GeForce RTX 5070 Eagle OC": true, + "Gigabyte GeForce RTX 5070 Gaming OC": true, + "Gigabyte GeForce RTX 5070 Ti Aero OC": true, + "Gigabyte GeForce RTX 5070 Ti Eagle OC": true, + "Gigabyte GeForce RTX 5070 Ti Eagle OC ICE": true, + "Gigabyte GeForce RTX 5070 Ti Gaming OC": true, + "Gigabyte GeForce RTX 5080 Gaming OC": true, + "Gigabyte GeForce RTX 5080 XTREME WATERFORCE": true, + "Gigabyte GeForce RTX 5090 GAMING OC": true, + "Gigabyte GeForce RTX 5090 Gaming OC": true, + "Gigabyte GeForce RTX 5090 XTREME WATERFORCE": true, "Gigabyte RGB": true, "Gigabyte RGB Fusion": true, "Gigabyte RGB Fusion 2 DRAM": true, @@ -1015,10 +1097,16 @@ "Gigabyte RTX4080 Gaming OC 16G": true, "Gigabyte RTX4090 GAMING OC 24G": true, "Gigabyte Radeon RX 7800 XT GAMING OC": true, + "Gigabyte Radeon RX 7900 GRE GAMING OC": true, + "Gigabyte Radeon RX 7900 XT GAMING OC": true, + "Gigabyte Radeon RX 9070 GAMING OC": true, + "Gigabyte Radeon RX 9070 XT GAMING": true, + "Gigabyte Radeon RX 9070 XT GAMING OC": true, "Glorious Model D / D-": true, "Glorious Model D / D- Wireless": true, "Glorious Model O / O-": true, "Glorious Model O / O- Wireless": true, + "Govee": true, "HP Omen 30L": true, "HYTE Keeb TKL": true, "HYTE Mousemat": true, @@ -1056,6 +1144,7 @@ "Ionico Light Bar": true, "JGINYUE Internal USB Controller": true, "JGINYUE Internal USB ControllerV2": true, + "JPU ELITE": true, "JSAUX RGB Docking Station": true, "KFA2 GeForce RTX 2070 EX": true, "KFA2 GeForce RTX 2070 OC": true, @@ -1092,6 +1181,7 @@ "Lenovo Legion 7 gen 6": true, "Lenovo Legion 7S Gen 5": true, "Lenovo Legion 7S Gen 6": true, + "Lenovo Legion 7S Gen 7": true, "Lenovo Legion 7S gen 5": true, "Lenovo Legion 7S gen 6": true, "Lenovo Legion M300": true, @@ -1131,6 +1221,7 @@ "Logitech G512": true, "Logitech G512 RGB": true, "Logitech G560 Lightsync Speaker": true, + "Logitech G600 Gaming Mouse": true, "Logitech G610 Orion": true, "Logitech G633 Gaming Headset": true, "Logitech G635 Gaming Headset": true, @@ -1313,6 +1404,12 @@ "MSI GeForce RTX 4090 Gaming X Trio": true, "MSI GeForce RTX 4090 Suprim Liquid X": true, "MSI GeForce RTX 4090 Suprim X": true, + "MSI GeForce RTX 5070 Ti Gaming Trio OC Plus": true, + "MSI GeForce RTX 5080 Gaming Trio OC": true, + "MSI GeForce RTX 5080 SUPRIM SOC": true, + "MSI GeForce RTX 5090 Gaming Trio OC": true, + "MSI GeForce RTX 5090 SUPRIM LIQUID SOC": true, + "MSI Keyboard MS_1565": true, "MSI Mystic Light Common": true, "MSI Mystic Light MS_1562": true, "MSI Mystic Light MS_1563": true, @@ -1359,6 +1456,7 @@ "MSI Mystic Light MS_7D08": true, "MSI Mystic Light MS_7D09": true, "MSI Mystic Light MS_7D13": true, + "MSI Mystic Light MS_7D14": true, "MSI Mystic Light MS_7D15": true, "MSI Mystic Light MS_7D17": true, "MSI Mystic Light MS_7D18": true, @@ -1409,6 +1507,7 @@ "MSI Mystic Light MS_7E07": true, "MSI Mystic Light MS_7E10": true, "MSI Mystic Light MS_B926": true, + "MSI Mystic Light X870": true, "MSI Optix controller": true, "MSI Radeon RX 6600 XT Gaming X": true, "MSI Radeon RX 6650 XT Gaming X": true, @@ -1422,14 +1521,19 @@ "MSI Radeon RX 6900 XT Gaming X Trio": true, "MSI Radeon RX 6900 XT Gaming Z Trio": true, "MSI Radeon RX 6950 XT Gaming X Trio": true, + "MSI Radeon RX 7900 XT Gaming Trio Classic": true, + "MSI Radeon RX 7900 XTX Gaming X Trio": true, "MSI Vigor GK30 controller": true, "MSI-RGB": true, + "MadCatz Cyborg Gaming Light": true, "Mountain Everest": true, "N5312A USB Optical Mouse": true, + "NEEDMAX 10 ELITE": true, "NVIDIA GeForce RTX 2060 SUPER": true, "NVIDIA GeForce RTX 2080 SUPER": true, "NVIDIA RTX2060S": true, "NVIDIA RTX2080S": true, + "NZXT B650E Motherboard": true, "NZXT Hue 2": true, "NZXT Hue 2 Ambient": true, "NZXT Hue 2 Motherboard": true, @@ -1441,17 +1545,22 @@ "NZXT Kraken X3 Series RGB": true, "NZXT Lift": true, "NZXT RGB & Fan Controller": true, + "NZXT RGB & Fan Controller 2024": true, "NZXT RGB Controller": true, "NZXT Smart Device V1": true, "NZXT Smart Device V2": true, "Nanoleaf": true, "Nollie 16CH": true, + "Nollie 16_OS2": true, "Nollie 1CH": true, + "Nollie 1_OS2": true, "Nollie 28 12": true, "Nollie 28 L1": true, "Nollie 28 L2": true, "Nollie 32CH": true, + "Nollie 32_OS2": true, "Nollie 8CH": true, + "Nollie 8_OS2": true, "Np93 ALPHA - Gaming Mouse": true, "Nvidia ESA - Dell XPS 730x": true, "Nvidia NvAPI Illumination": true, @@ -1476,6 +1585,7 @@ "PNY GeForce RTX 4090 XLR8 VERTO": true, "PNY GeForce RTX 4090 XLR8 Verto Epic-X": true, "PNY GeForce RTX 4090 XLR8 Verto Epic-X OC": true, + "PNY GeForce RTX 5070Ti ARGB Epic-X OC": true, "PNY XLR8 OC EDITION RTX 2060": true, "PNY XLR8 Revel EPIC-X RTX 3060": true, "PNY XLR8 Revel EPIC-X RTX 3070": true, @@ -1533,10 +1643,20 @@ "Palit GeForce RTX 4080 GamingPro": true, "Palit GeForce RTX 4080 SUPER GamingPro": true, "Palit GeForce RTX 4090 Gamerock": true, + "Palit GeForce RTX 5070 GamingPro": true, + "Palit GeForce RTX 5090 Gamerock": true, "Patriot Viper": true, "Patriot Viper Steel": true, + "Patriot Viper V550": true, "Philips Hue": true, "Philips Wiz": true, + "Philips amBX": true, + "PowerColor Red Devil RX5700": true, + "PowerColor Red Devil RX5700XT": true, + "PowerColor Red Devil RX6750XT": true, + "PowerColor Red Devil RX6800XT": true, + "PowerColor Red Devil RX6900XT Ultimate": true, + "PowerColor Red Devil RX9070XT": true, "Razer Abyssus Elite D.Va Edition": true, "Razer Abyssus Essential": true, "Razer Base Station Chroma": true, @@ -1567,6 +1687,7 @@ "Razer Blackwidow V3 TKL": true, "Razer Blackwidow V4": true, "Razer Blackwidow V4 Pro": true, + "Razer Blackwidow V4 Pro 75% (Wired)": true, "Razer Blackwidow V4 X": true, "Razer Blackwidow X Chroma": true, "Razer Blackwidow X Chroma Tournament Edition": true, @@ -1641,6 +1762,7 @@ "Razer Goliathus": true, "Razer Goliathus Chroma 3XL": true, "Razer Goliathus Extended": true, + "Razer Hanbo Chroma": true, "Razer Huntsman": true, "Razer Huntsman Elite": true, "Razer Huntsman Mini": true, @@ -1720,6 +1842,7 @@ "Redragon M716 Inquisitor": true, "Redragon M801 Sniper": true, "Redragon M808 Storm": true, + "Redragon M810 Taipan": true, "Redragon M908 Impact": true, "Roccat Burst Core": true, "Roccat Burst Pro": true, @@ -1779,14 +1902,20 @@ "Sapphire Radeon RX 6900 XT Toxic": true, "Sapphire Radeon RX 6900 XT Toxic Limited Edition": true, "Sapphire Radeon RX 6950 XT Nitro+": true, + "Sapphire Radeon RX 6950 XT Nitro+ Pure": true, "Sapphire Radeon RX 6950 XT Toxic": true, + "Sapphire Radeon RX 7700 XT Nitro+": true, "Sapphire Radeon RX 7800 XT Nitro+": true, "Sapphire Radeon RX 7900 GRE Nitro+": true, "Sapphire Radeon RX 7900 XTX Nitro+": true, + "Sapphire Radeon RX 9070 Pure": true, + "Sapphire Radeon RX 9070 XT Nitro+": true, + "Sapphire Radeon RX 9070 XT Pure": true, "Sapphire Radeon RX Vega 56/64 Nitro+": true, "Seagate Firecuda HDD": true, "Skyloong GK104 Pro": true, "Sony DualSense": true, + "Sony DualSense Edge": true, "Sony DualShock 4": true, "SteelSeries Aerox 3 Wired": true, "SteelSeries Aerox 3 Wireless": true, @@ -1821,6 +1950,7 @@ "SteelSeries QCK Prism Cloth XL CS:GO Neo Noir Ed.": true, "SteelSeries QCK Prism Cloth XL CS:GO Neon Rider Ed.": true, "SteelSeries QCK Prism Cloth XL Destiny Ed.": true, + "SteelSeries QCK Prism Cloth XL Destiny Lightfall Ed.": true, "SteelSeries Rival 100": true, "SteelSeries Rival 100 DotA 2 Edition": true, "SteelSeries Rival 105": true, @@ -1849,6 +1979,7 @@ "SteelSeries Sensei TEN CS:GO Neon Rider Edition": true, "SteelSeries Siberia 350": true, "Strimer L Connect": true, + "T-Force Xtreem DDR4 DRAM": true, "Tecknet M008": true, "Thermaltake Poseidon Z RGB": true, "Thermaltake Riing (PID 0x1FA5)": true, @@ -1911,6 +2042,7 @@ "Valkyrie VK99": true, "Valkyrie VK99 Pro": true, "ViewSonic Monitor XG270QG": true, + "ViewSonic Monitor XG271QG": true, "Winbond Gaming Keyboard": true, "Wooting One (Classic)": true, "Wooting One (Legacy)": true, @@ -1926,6 +2058,7 @@ "Wooting Two 60HE (Classic)": true, "Wooting Two 60HE (None)": true, "Wooting Two 60HE (Xbox)": true, + "Wooting Two 80HE": true, "Wooting Two HE (ARM) (Classic)": true, "Wooting Two HE (ARM) (None)": true, "Wooting Two HE (ARM) (Xbox)": true, @@ -1939,6 +2072,9 @@ "Wooting Two UwU RGB (None)": true, "Wooting Two UwU RGB (Xbox)": true, "XPG Spectrix S40G": true, + "XPG Summoner Gaming Keyboard": true, + "YICO 08 ELITE": true, + "YICO 8 ELITE": true, "Yeelight": true, "ZET Blade Optical": true, "ZET Fury Pro": true, @@ -1947,7 +2083,9 @@ "ZET GAMING Edge Air Pro": true, "ZET GAMING Edge Air Pro (Wireless)": true, "ZOTAC GAMING GeForce RTX 2070 SUPER Twin Fan": true, + "ZOTAC GAMING GeForce RTX 2080 AMP": true, "ZOTAC GAMING GeForce RTX 2080 SUPER Twin Fan": true, + "ZOTAC GAMING GeForce RTX 2080 Ti AMP": true, "ZOTAC GAMING GeForce RTX 3070 AMP Holo LHR": true, "ZOTAC GAMING GeForce RTX 3070 Ti": true, "ZOTAC GAMING GeForce RTX 3070 Ti Trinity OC": true, @@ -2022,21 +2160,21 @@ ] }, "Theme": { - "theme": "dark" + "theme": "Dark" }, "UserInterface": { "autoload_profiles": { "exit_profile": { - "enabled": false, - "name": "" + "enabled": true, + "name": "rw-dynamic" }, "resume_profile": { - "enabled": false, - "name": "" + "enabled": true, + "name": "rw-dynamic" }, "suspend_profile": { - "enabled": false, - "name": "" + "enabled": true, + "name": "rw-dynamic" } }, "exit_profile": { @@ -2051,8 +2189,10 @@ "x": 0, "y": 0 }, - "greyscale_tray_icon": false, - "language": "default", - "minimize_on_close": false + "greyscale_tray_icon": true, + "language": "Беларуская", + "minimize_on_close": true, + "show_led_view": true } } + diff --git a/.config/OpenRGB/plugins/settings/EffectSettings.json b/.config/OpenRGB/plugins/settings/EffectSettings.json index 2197f2c..e91f535 100644 --- a/.config/OpenRGB/plugins/settings/EffectSettings.json +++ b/.config/OpenRGB/plugins/settings/EffectSettings.json @@ -1,27 +1,41 @@ { - "audio_settings": { - "amplitude": 100, - "audio_device": -1, - "avg_mode": 0, - "avg_size": 8, - "decay": 80, - "equalizer": [ - 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, - 1.0 - ], - "filter_constant": 1.0, - "nrml_ofst": 0.03999999910593033, - "nrml_scl": 0.5, - "window_mode": 0 - }, - "brightness": 100, - "fps": 60, - "fpscapture": 60, - "hide_unsupported": false, - "prefer_random": false, - "prefered_colors": [0], - "startup_profile": "rw-swap", - "temperature": 0, - "tint": 0, - "use_prefered_colors": false -} + "audio_settings": { + "amplitude": 100, + "audio_device": -1, + "avg_mode": 0, + "avg_size": 8, + "decay": 80, + "equalizer": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "filter_constant": 1.0, + "nrml_ofst": 0.03999999910593033, + "nrml_scl": 0.5, + "window_mode": 0 + }, + "brightness": 100, + "fps": 60, + "fpscapture": 60, + "hide_unsupported": true, + "prefer_random": false, + "prefered_colors": [], + "startup_profile": "rw-swap", + "temperature": 0, + "tint": 0, + "use_prefered_colors": false +} \ No newline at end of file diff --git a/.config/OpenRGB/plugins/settings/effect-patterns/Swap/rw-swap b/.config/OpenRGB/plugins/settings/effect-patterns/Swap/rw-swap deleted file mode 100644 index e85ac79..0000000 --- a/.config/OpenRGB/plugins/settings/effect-patterns/Swap/rw-swap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "AllowOnlyFirst": false, - "Brightness": 100, - "EffectClassName": "Swap", - "FPS": 60, - "RandomColors": false, - "Slider2Val": 1, - "Speed": 7, - "Temperature": 0, - "Tint": 0, - "UserColors": [16053750, 204] -} diff --git a/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap b/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap index 5f1e483..bffac6d 100644 --- a/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap +++ b/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap @@ -1,47 +1,50 @@ { - "Effects": [ - { - "AllowOnlyFirst": false, - "AutoStart": true, - "Brightness": 100, - "ControllerZones": [ + "Effects": [ { - "description": "HyperX Pulsefire Surge Device", - "is_segment": false, - "location": "HID /dev/hidraw1", - "name": "HyperX Pulsefire Surge", - "reverse": false, - "segment_idx": -1, - "self_brightness": 100, - "serial": "", - "vendor": "HyperX", - "version": "", - "zone_idx": 0 - }, - { - "description": "HyperX Pulsefire Surge Device", - "is_segment": false, - "location": "HID /dev/hidraw1", - "name": "HyperX Pulsefire Surge", - "reverse": false, - "segment_idx": -1, - "self_brightness": 100, - "serial": "", - "vendor": "HyperX", - "version": "", - "zone_idx": 1 + "AllowOnlyFirst": false, + "AutoStart": true, + "Brightness": 100, + "ControllerZones": [ + { + "description": "HyperX Pulsefire Surge Device", + "is_segment": false, + "location": "HID /dev/hidraw5", + "name": "HyperX Pulsefire Surge", + "reverse": false, + "segment_idx": -1, + "self_brightness": 100, + "serial": "", + "vendor": "HyperX", + "version": "", + "zone_idx": 0 + }, + { + "description": "HyperX Pulsefire Surge Device", + "is_segment": false, + "location": "HID /dev/hidraw5", + "name": "HyperX Pulsefire Surge", + "reverse": false, + "segment_idx": -1, + "self_brightness": 100, + "serial": "", + "vendor": "HyperX", + "version": "", + "zone_idx": 1 + } + ], + "CustomName": "", + "EffectClassName": "Swap", + "FPS": 60, + "RandomColors": false, + "Slider2Val": 1, + "Speed": 10, + "Temperature": 0, + "Tint": 0, + "UserColors": [ + 16777215, + 255 + ] } - ], - "CustomName": "", - "EffectClassName": "Swap", - "FPS": 60, - "RandomColors": false, - "Slider2Val": 1, - "Speed": 7, - "Temperature": 0, - "Tint": 0, - "UserColors": [16053750, 204] - } - ], - "version": 2 -} + ], + "version": 2 +} \ No newline at end of file diff --git a/.config/OpenRGB/rw-dynamic.orp b/.config/OpenRGB/rw-dynamic.orp index b23db4e0ae07eff6d30ffd6ab9bd3605903cd7fc..05f8ee1284881f92486dc60d137e9e9b60be2f98 100644 GIT binary patch literal 1133 zcmcJO%}T>S6orpsEx2k|?qvD|jW^bxtt8q)u%X@5l}J0*fY1`#iqGKV`9N`g8idX% zt_-;o^3B`>AIu%*>BH#$_9-6??*>_l27t#S;Mjam(f?fPa-#C}+q-@#O0CB0a<0+b zZs2Us36~P#RNuL1~ZDOG>XOy{7cW(e|!I z#Id&vPJ6uod%pmC!2o;10DHv%d&dBK$pCXp;g-TJgS6orqX7F^ktJDEN~^~T?=B-&!Iq20I>X~!B6T4G!A9eo^iTW97fEuABR z7;bHaEoxr} z*!!Wwq;^*JE!N=QI$G`2GzWIpd?*Li-LrV=o*Gg&v_HXo4w!&`Uo^UoZRA;MdXuUg zhjBjtU4F_Y^3ibQzrwMPX%uK+XAw4j%t7c|r9x>!=^>>@lpa%hLg^``XMxsNE%rH9 zyQo|BBCLK9R>26XVT4sN!s-}dm5eaA6mBWpQn;mXOW~HnErnYOw-jzE+%n;o3Aaqt Va_P=D@bUikFZJp!)nCg0{}Xp?{g(g$ diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 16b4e1f..7cc6a17 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.4 +#? Config file for btop v. 1.4.5 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -57,7 +57,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu direct" +proc_sorting = "memory" #* Reverse sorting order, True or False. proc_reversed = False @@ -115,6 +115,9 @@ cpu_bottom = False #* Shows the system uptime in the CPU box. show_uptime = True +#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo. +show_cpu_watts = True + #* Show cpu temperature. check_temp = True diff --git a/.config/easyeffects/.github/README.md b/.config/easyeffects/.github/README.md index bd12276..6d0e582 100644 --- a/.config/easyeffects/.github/README.md +++ b/.config/easyeffects/.github/README.md @@ -4,3 +4,7 @@ application, allows users to apply various effects. You can run it by right click on the sound module on the waybar. + +To be honest, I'm not good at audio processing, so I've just take this profiles. +[Input profile](https://github.com/jtrv/dotfiles/blob/morpheus/.config/easyeffects/input/fifine_male_voice_noise_reduction.json) + and [Output profile](https://github.com/BayouGuru67/EasyEffects_Presets/blob/main/AG%2BComp%2BCry%2BBE%2BMax.json) diff --git a/.config/easyeffects/input/NR+NPR.json b/.config/easyeffects/input/NR+NPR.json deleted file mode 100644 index 8c0656d..0000000 --- a/.config/easyeffects/input/NR+NPR.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "input": { - "blocklist": [], - "compressor#0": { - "attack": 5.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "bypass": false, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -6.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "mode": "Downward", - "output-gain": 0.0, - "ratio": 4.0, - "release": 75.0, - "release-threshold": -40.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right", - "type": "Feed-forward" - }, - "stereo-split": false, - "threshold": -20.0, - "wet": 0.0 - }, - "deesser#0": { - "bypass": false, - "detection": "RMS", - "f1-freq": 3000.0, - "f1-level": -6.0, - "f2-freq": 5000.0, - "f2-level": -6.0, - "f2-q": 1.5000000000000004, - "input-gain": 0.0, - "laxity": 15, - "makeup": 0.0, - "mode": "Wide", - "output-gain": 0.0, - "ratio": 5.0, - "sc-listen": false, - "threshold": -20.0 - }, - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": 0.0, - "left": { - "band0": { - "frequency": 50.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-pass", - "width": 4.0 - }, - "band1": { - "frequency": 90.0, - "gain": 3.0, - "mode": "RLC (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band2": { - "frequency": 425.0, - "gain": -2.0, - "mode": "BWC (MT)", - "mute": false, - "q": 0.9999999999999998, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 3500.0, - "gain": 3.0, - "mode": "BWC (BT)", - "mute": false, - "q": 0.7, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 9000.0, - "gain": 2.0, - "mode": "LRX (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 5, - "output-gain": 0.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 50.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-pass", - "width": 4.0 - }, - "band1": { - "frequency": 90.0, - "gain": 3.0, - "mode": "RLC (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band2": { - "frequency": 425.0, - "gain": -2.0, - "mode": "BWC (MT)", - "mute": false, - "q": 0.9999999999999998, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 3500.0, - "gain": 3.0, - "mode": "BWC (BT)", - "mute": false, - "q": 0.7, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 9000.0, - "gain": 2.0, - "mode": "LRX (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "gate#0": { - "attack": 1.0, - "bypass": false, - "curve-threshold": -50.0, - "curve-zone": -2.0, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "hysteresis": true, - "hysteresis-threshold": -3.0, - "hysteresis-zone": -1.0, - "input-gain": 0.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 1.0, - "output-gain": 0.0, - "reduction": -15.0, - "release": 200.0, - "sidechain": { - "input": "Internal", - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right" - }, - "stereo-split": false, - "wet": -1.0 - }, - "limiter#0": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 1.0, - "bypass": false, - "dithering": "16bit", - "external-sidechain": false, - "gain-boost": true, - "input-gain": 0.0, - "lookahead": 5.0, - "mode": "Herm Wide", - "output-gain": 0.0, - "oversampling": "Half x2(2L)", - "release": 5.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": -1.0 - }, - "plugins_order": [ - "rnnoise#0", - "gate#0", - "deesser#0", - "compressor#0", - "equalizer#0", - "speex#0", - "limiter#0" - ], - "rnnoise#0": { - "bypass": false, - "enable-vad": false, - "input-gain": 0.0, - "model-path": "", - "output-gain": 0.0, - "release": 20.0, - "vad-thres": 50.0, - "wet": 0.0 - }, - "speex#0": { - "bypass": false, - "enable-agc": false, - "enable-denoise": false, - "enable-dereverb": false, - "input-gain": 0.0, - "noise-suppression": -70, - "output-gain": 0.0, - "vad": { - "enable": true, - "probability-continue": 90, - "probability-start": 95 - } - } - } -} diff --git a/.config/easyeffects/input/fifine_male_voice_noise_reduction.json b/.config/easyeffects/input/fifine_male_voice_noise_reduction.json new file mode 100644 index 0000000..a087867 --- /dev/null +++ b/.config/easyeffects/input/fifine_male_voice_noise_reduction.json @@ -0,0 +1,244 @@ +{ + "input": { + "blocklist": [], + "compressor#0": { + "attack": 3.0, + "boost-amount": 0.0, + "boost-threshold": -72.0, + "bypass": false, + "dry": -100.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "input-gain": 0.0, + "knee": -6.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 3.0, + "mode": "Downward", + "output-gain": 0.0, + "ratio": 3.0, + "release": 100.0, + "release-threshold": -40.0, + "sidechain": { + "lookahead": 0.0, + "mode": "RMS", + "preamp": 0.0, + "reactivity": 10.0, + "source": "Middle", + "stereo-split-source": "Left/Right", + "type": "Feed-forward" + }, + "stereo-split": false, + "threshold": -18.0, + "wet": 0.0 + }, + "deepfilternet#0": { + "attenuation-limit": 100.0, + "max-df-processing-threshold": 20.0, + "max-erb-processing-threshold": 30.0, + "min-processing-buffer": 0, + "min-processing-threshold": 5.0, + "post-filter-beta": 0.02 + }, + "deesser#0": { + "bypass": false, + "detection": "RMS", + "f1-freq": 6000.0, + "f1-level": -6.0, + "f2-freq": 10000.0, + "f2-level": -6.0, + "f2-q": 1.5, + "input-gain": 0.0, + "laxity": 15, + "makeup": 0.0, + "mode": "Split", + "output-gain": 0.0, + "ratio": 3.0, + "sc-listen": false, + "threshold": -22.0 + }, + "equalizer#0": { + "balance": 0.0, + "bypass": false, + "input-gain": 0.0, + "left": { + "band0": { + "frequency": 70.0, + "gain": 0.0, + "mode": "RLC (BT)", + "mute": false, + "q": 0.7, + "slope": "x2", + "solo": false, + "type": "Hi-pass", + "width": 4.0 + }, + "band1": { + "frequency": 150.0, + "gain": 0.0, + "mode": "RLC (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Lo-shelf", + "width": 4.0 + }, + "band2": { + "frequency": 350.0, + "gain": -2.0, + "mode": "BWC (MT)", + "mute": false, + "q": 1.2, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band3": { + "frequency": 3500.0, + "gain": 2.0, + "mode": "BWC (BT)", + "mute": false, + "q": 0.9, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band4": { + "frequency": 10000.0, + "gain": 2.0, + "mode": "LRX (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Hi-shelf", + "width": 4.0 + } + }, + "mode": "IIR", + "num-bands": 5, + "output-gain": 0.0, + "pitch-left": 0.0, + "pitch-right": 0.0, + "right": { + "band0": { + "frequency": 70.0, + "gain": 0.0, + "mode": "RLC (BT)", + "mute": false, + "q": 0.7, + "slope": "x2", + "solo": false, + "type": "Hi-pass", + "width": 4.0 + }, + "band1": { + "frequency": 150.0, + "gain": 0.0, + "mode": "RLC (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Lo-shelf", + "width": 4.0 + }, + "band2": { + "frequency": 350.0, + "gain": -2.0, + "mode": "BWC (MT)", + "mute": false, + "q": 1.2, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band3": { + "frequency": 3500.0, + "gain": 2.0, + "mode": "BWC (BT)", + "mute": false, + "q": 0.9, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band4": { + "frequency": 10000.0, + "gain": 2.0, + "mode": "LRX (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Hi-shelf", + "width": 4.0 + } + }, + "split-channels": false + }, + "gate#0": { + "attack": 5.0, + "bypass": false, + "curve-threshold": -50.0, + "curve-zone": -2.0, + "dry": -100.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "hysteresis": true, + "hysteresis-threshold": -3.0, + "hysteresis-zone": -1.0, + "input-gain": 0.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 1.0, + "output-gain": 0.0, + "reduction": -60.0, + "release": 150.0, + "sidechain": { + "input": "Internal", + "lookahead": 0.0, + "mode": "RMS", + "preamp": 0.0, + "reactivity": 10.0, + "source": "Middle", + "stereo-split-source": "Left/Right" + }, + "stereo-split": false, + "wet": -1.0 + }, + "limiter#0": { + "alr": false, + "alr-attack": 5.0, + "alr-knee": 0.0, + "alr-release": 50.0, + "attack": 2.0, + "bypass": false, + "dithering": "16bit", + "external-sidechain": false, + "gain-boost": false, + "input-gain": 0.0, + "lookahead": 2.0, + "mode": "Herm Wide", + "output-gain": 0.0, + "oversampling": "Half x2(2L)", + "release": 5.0, + "sidechain-preamp": 0.0, + "stereo-link": 100.0, + "threshold": -1.5 + }, + "plugins_order": [ + "deepfilternet#0", + "gate#0", + "equalizer#0", + "compressor#0", + "deesser#0", + "limiter#0" + ] + } +} diff --git a/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json b/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json new file mode 100644 index 0000000..1e3d19f --- /dev/null +++ b/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json @@ -0,0 +1,145 @@ +{ + "output": { + "autogain#0": { + "bypass": false, + "input-gain": 0.0, + "maximum-history": 7, + "output-gain": 0.0, + "reference": "Geometric Mean (SI)", + "silence-threshold": -67.0, + "target": -15.0 + }, + "bass_enhancer#0": { + "amount": -1.942890293094024e-16, + "blend": 0.0, + "bypass": false, + "floor": 20.0, + "floor-active": true, + "harmonics": 9.0, + "input-gain": 0.0, + "output-gain": 0.0, + "scope": 120.0 + }, + "blocklist": [ + "redeclipse", + "doomsday", + "assaultcube", + "kshisen", + "Shisen-Sho" + ], + "compressor#0": { + "attack": 7.0, + "boost-amount": 1.0, + "boost-threshold": -60.0, + "bypass": false, + "dry": -48.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "input-gain": 1.0, + "knee": -3.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 1.0, + "mode": "Downward", + "output-gain": 1.0, + "ratio": 3.0, + "release": 84.0, + "release-threshold": -67.0, + "sidechain": { + "lookahead": 7.0, + "mode": "Uniform", + "preamp": 0.0, + "reactivity": 4.199999809265137, + "source": "Middle", + "type": "Feed-forward" + }, + "threshold": -15.0, + "wet": 0.0 + }, + "crystalizer#0": { + "band0": { + "bypass": false, + "intensity": 0.0, + "mute": false + }, + "band1": { + "bypass": false, + "intensity": -1.0, + "mute": false + }, + "band10": { + "bypass": false, + "intensity": -10.0, + "mute": false + }, + "band11": { + "bypass": false, + "intensity": -11.0, + "mute": false + }, + "band12": { + "bypass": false, + "intensity": -12.0, + "mute": false + }, + "band2": { + "bypass": false, + "intensity": -2.0, + "mute": false + }, + "band3": { + "bypass": false, + "intensity": -3.0, + "mute": false + }, + "band4": { + "bypass": false, + "intensity": -4.0, + "mute": false + }, + "band5": { + "bypass": false, + "intensity": -5.0, + "mute": false + }, + "band6": { + "bypass": false, + "intensity": -6.0, + "mute": false + }, + "band7": { + "bypass": false, + "intensity": -7.0, + "mute": false + }, + "band8": { + "bypass": false, + "intensity": -8.0, + "mute": false + }, + "band9": { + "bypass": false, + "intensity": -9.0, + "mute": false + }, + "bypass": false, + "input-gain": -1.5, + "output-gain": -1.5 + }, + "maximizer#0": { + "bypass": false, + "ceiling": 0.0, + "input-gain": 0.0, + "output-gain": 0.0, + "release": 25.0, + "threshold": 0.0 + }, + "plugins_order": [ + "autogain#0", + "compressor#0", + "crystalizer#0", + "bass_enhancer#0", + "maximizer#0" + ] + } +} diff --git a/.config/easyeffects/output/Advanced Auto Gain.json b/.config/easyeffects/output/Advanced Auto Gain.json deleted file mode 100644 index a019fc0..0000000 --- a/.config/easyeffects/output/Advanced Auto Gain.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "output": { - "autogain": { - "target": -12.0 - }, - "blocklist": [], - "equalizer": { - "input-gain": -0.3, - "left": { - "band0": { - "frequency": 22.59, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 28.440000000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 35.799999999999997, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 45.07, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 56.740000000000002, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 71.430000000000007, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 89.930000000000007, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 113.20999999999999, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 142.53, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 179.43000000000001, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band10": { - "frequency": 225.88999999999999, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band11": { - "frequency": 284.38, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band12": { - "frequency": 358.01999999999998, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band13": { - "frequency": 450.72000000000003, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band14": { - "frequency": 567.41999999999996, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band15": { - "frequency": 714.34000000000003, - "gain": -1, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band16": { - "frequency": 899.28999999999996, - "gain": -2, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band17": { - "frequency": 1132.1500000000001, - "gain": -3.6000000000000001, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band18": { - "frequency": 1425.29, - "gain": -2.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band19": { - "frequency": 1794.3299999999999, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band20": { - "frequency": 2258.9299999999998, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band21": { - "frequency": 2843.8200000000002, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band22": { - "frequency": 3580.1599999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band23": { - "frequency": 4507.1499999999996, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band24": { - "frequency": 5674.1599999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band25": { - "frequency": 7143.3500000000004, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band26": { - "frequency": 8992.9400000000005, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band27": { - "frequency": 11321.450000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band28": { - "frequency": 14252.860000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band29": { - "frequency": 17943.279999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 30, - "output-gain": -6.5, - "right": { - "band0": { - "frequency": 22.59, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 28.440000000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 35.799999999999997, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 45.07, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 56.740000000000002, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 71.430000000000007, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 89.930000000000007, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 113.20999999999999, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 142.53, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 179.43000000000001, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band10": { - "frequency": 225.88999999999999, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band11": { - "frequency": 284.38, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band12": { - "frequency": 358.01999999999998, - "gain": 4, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band13": { - "frequency": 450.72000000000003, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band14": { - "frequency": 567.41999999999996, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band15": { - "frequency": 714.34000000000003, - "gain": -1, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band16": { - "frequency": 899.28999999999996, - "gain": -2, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band17": { - "frequency": 1132.1500000000001, - "gain": -3.6000000000000001, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band18": { - "frequency": 1425.29, - "gain": -2.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band19": { - "frequency": 1794.3299999999999, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band20": { - "frequency": 2258.9299999999998, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band21": { - "frequency": 2843.8200000000002, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band22": { - "frequency": 3580.1599999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band23": { - "frequency": 4507.1499999999996, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band24": { - "frequency": 5674.1599999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band25": { - "frequency": 7143.3500000000004, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band26": { - "frequency": 8992.9400000000005, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band27": { - "frequency": 11321.450000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band28": { - "frequency": 14252.860000000001, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band29": { - "frequency": 17943.279999999999, - "gain": 0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.3600000000000003, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "exciter": { - "amount": 6.0, - "blend": 0.0, - "ceil": 16000.0, - "ceil-active": false, - "harmonics": 8.000000000000002, - "input-gain": -2.0, - "output-gain": 0.0, - "scope": 5500.0 - }, - "limiter": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 5.0, - "dithering": "None", - "gain-boost": true, - "input-gain": 0.0, - "lookahead": 10.0, - "mode": "Herm Thin", - "output-gain": 0.0, - "oversampling": "Half x4(3L)", - "release": 5.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": 0.0 - }, - "plugins_order": ["equalizer", "exciter", "autogain", "limiter"] - } -} diff --git a/.config/easyeffects/output/Bass Boosted.json b/.config/easyeffects/output/Bass Boosted.json deleted file mode 100644 index 6a48c19..0000000 --- a/.config/easyeffects/output/Bass Boosted.json +++ /dev/null @@ -1,250 +0,0 @@ -{ - "output": { - "bass_enhancer": { - "amount": 5.0, - "blend": 0.0, - "floor": 20.0, - "floor-active": false, - "harmonics": 8.5, - "input-gain": 0.0, - "output-gain": 0.0, - "scope": 80.0 - }, - "blocklist": [], - "convolver": { - "input-gain": -2.0, - "ir-width": 100, - "kernel-name": "Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass", - "output-gain": 0.0 - }, - "crossfeed": { - "fcut": 700, - "feed": 4.5, - "input-gain": 0.0, - "output-gain": 0.0 - }, - "equalizer": { - "input-gain": -2.0, - "left": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "right": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "maximizer": { - "ceiling": 0.0, - "release": 3.149999999999997, - "threshold": -3.0000000000000013 - }, - "plugins_order": [ - "equalizer", - "convolver", - "bass_enhancer", - "crossfeed", - "maximizer" - ] - } -} diff --git a/.config/easyeffects/output/Bass Enhancing + Perfect EQ.json b/.config/easyeffects/output/Bass Enhancing + Perfect EQ.json deleted file mode 100644 index 8e8c2b1..0000000 --- a/.config/easyeffects/output/Bass Enhancing + Perfect EQ.json +++ /dev/null @@ -1,223 +0,0 @@ -{ - "output": { - "blocklist": [], - "convolver": { - "input-gain": -2.0, - "ir-width": 100, - "kernel-name": "Razor Surround ((48k Z-Edition)) 2.Stereo +20 bass", - "output-gain": 0.0 - }, - "equalizer": { - "input-gain": -2.0, - "left": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "right": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "plugins_order": ["equalizer", "convolver"] - } -} diff --git a/.config/easyeffects/output/Boosted.json b/.config/easyeffects/output/Boosted.json deleted file mode 100644 index 877fa6d..0000000 --- a/.config/easyeffects/output/Boosted.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer": { - "input-gain": -2.0, - "left": { - "band0": { - "frequency": 32.0, - "gain": 5.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 5.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "right": { - "band0": { - "frequency": 32.0, - "gain": 5.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 5.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "plugins_order": ["equalizer"] - } -} diff --git a/.config/easyeffects/output/Laptop.json b/.config/easyeffects/output/Laptop.json deleted file mode 100644 index ae62269..0000000 --- a/.config/easyeffects/output/Laptop.json +++ /dev/null @@ -1,560 +0,0 @@ -{ - "output": { - "blocklist": [], - "compressor#0": { - "attack": 130.0, - "boost-amount": 6.0, - "boost-threshold": -60.0, - "bypass": false, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -24.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "mode": "Upward", - "output-gain": 0.0, - "ratio": 5.0, - "release": 600.0, - "release-threshold": -100.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right", - "type": "Feed-forward" - }, - "stereo-split": false, - "threshold": -10.0, - "wet": 0.0 - }, - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": 0.0, - "left": { - "band0": { - "frequency": 32.0, - "gain": 3.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 128.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 256.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 512.0, - "gain": -0.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 1024.0, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 2048.0, - "gain": -0.25, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 4096.0, - "gain": 1.25, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8192.0, - "gain": 2.75, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 16384.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 32.0, - "gain": 3.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 128.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 256.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 512.0, - "gain": -0.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 1024.0, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 2048.0, - "gain": -0.25, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 4096.0, - "gain": 1.25, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8192.0, - "gain": 2.75, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 16384.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.6, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - } - }, - "split-channels": false - }, - "gate#0": { - "attack": 2000.0, - "bypass": false, - "curve-threshold": -40.0, - "curve-zone": -40.0, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "hysteresis": false, - "hysteresis-threshold": -12.0, - "hysteresis-zone": -6.0, - "input-gain": 0.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "output-gain": 0.0, - "reduction": -30.0, - "release": 2000.0, - "sidechain": { - "input": "Internal", - "lookahead": 0.0, - "mode": "Peak", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right" - }, - "stereo-split": false, - "wet": 0.0 - }, - "limiter#0": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 5.0, - "bypass": false, - "dithering": "None", - "external-sidechain": false, - "gain-boost": false, - "input-gain": 0.0, - "lookahead": 5.0, - "mode": "Herm Thin", - "output-gain": 0.0, - "oversampling": "Half x4(3L)", - "release": 10.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": -1.0 - }, - "multiband_compressor#0": { - "band0": { - "attack-threshold": -30.0, - "attack-time": 50.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "external-sidechain": false, - "knee": -24.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.7, - "release-threshold": -100.0, - "release-time": 600.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 250.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 10.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "stereo-split-source": "Left/Right" - }, - "band1": { - "attack-threshold": -30.0, - "attack-time": 30.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": true, - "external-sidechain": false, - "knee": -24.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.7, - "release-threshold": -100.0, - "release-time": 450.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 1250.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 250.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 250.0, - "stereo-split-source": "Left/Right" - }, - "band2": { - "attack-threshold": -30.0, - "attack-time": 10.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": true, - "external-sidechain": false, - "knee": -24.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.7, - "release-threshold": -100.0, - "release-time": 250.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 5000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 1250.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 1250.0, - "stereo-split-source": "Left/Right" - }, - "band3": { - "attack-threshold": -30.0, - "attack-time": 5.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": true, - "external-sidechain": false, - "knee": -24.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.7, - "release-threshold": -100.0, - "release-time": 100.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 20000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 5000.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 5000.0, - "stereo-split-source": "Left/Right" - }, - "band4": { - "attack-threshold": -12.0, - "attack-time": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": false, - "external-sidechain": false, - "knee": -6.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.0, - "release-threshold": -100.0, - "release-time": 100.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 8000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 4000.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 4000.0, - "stereo-split-source": "Left/Right" - }, - "band5": { - "attack-threshold": -12.0, - "attack-time": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": false, - "external-sidechain": false, - "knee": -6.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.0, - "release-threshold": -100.0, - "release-time": 100.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 12000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 8000.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 8000.0, - "stereo-split-source": "Left/Right" - }, - "band6": { - "attack-threshold": -12.0, - "attack-time": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": false, - "external-sidechain": false, - "knee": -6.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.0, - "release-threshold": -100.0, - "release-time": 100.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 16000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 12000.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 12000.0, - "stereo-split-source": "Left/Right" - }, - "band7": { - "attack-threshold": -12.0, - "attack-time": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "compression-mode": "Downward", - "compressor-enable": true, - "enable-band": false, - "external-sidechain": false, - "knee": -6.0, - "makeup": 0.0, - "mute": false, - "ratio": 1.0, - "release-threshold": -100.0, - "release-time": 100.0, - "sidechain-custom-highcut-filter": false, - "sidechain-custom-lowcut-filter": false, - "sidechain-highcut-frequency": 20000.0, - "sidechain-lookahead": 0.0, - "sidechain-lowcut-frequency": 16000.0, - "sidechain-mode": "RMS", - "sidechain-preamp": 0.0, - "sidechain-reactivity": 10.0, - "sidechain-source": "Middle", - "solo": false, - "split-frequency": 16000.0, - "stereo-split-source": "Left/Right" - }, - "bypass": false, - "compressor-mode": "Modern", - "dry": -100.0, - "envelope-boost": "None", - "input-gain": 0.0, - "output-gain": 0.0, - "stereo-split": false, - "wet": 0.0 - }, - "plugins_order": [ - "gate#0", - "compressor#0", - "multiband_compressor#0", - "equalizer#0", - "limiter#0" - ] - } -} diff --git a/.config/easyeffects/output/Loudness+Autogain.json b/.config/easyeffects/output/Loudness+Autogain.json deleted file mode 100644 index a836426..0000000 --- a/.config/easyeffects/output/Loudness+Autogain.json +++ /dev/null @@ -1,694 +0,0 @@ -{ - "output": { - "autogain#0": { - "bypass": false, - "input-gain": 0.0, - "maximum-history": 15, - "output-gain": 1.5, - "reference": "Geometric Mean (MSI)", - "silence-threshold": -70.0, - "target": -12.0 - }, - "bass_enhancer#0": { - "amount": 0.0, - "blend": 3.0, - "bypass": false, - "floor": 20.0, - "floor-active": true, - "harmonics": 7.900000000000002, - "input-gain": 0.0, - "output-gain": 0.5, - "scope": 100.0 - }, - "blocklist": [], - "compressor#0": { - "attack": 130.0, - "boost-amount": 6.0, - "boost-threshold": -60.0, - "bypass": false, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -23.9, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "mode": "Upward", - "output-gain": 0.0, - "ratio": 5.0, - "release": 600.0, - "release-threshold": -100.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "type": "Feed-forward" - }, - "threshold": -10.0, - "wet": 0.0 - }, - "crossfeed#0": { - "bypass": false, - "fcut": 700, - "feed": 4.5, - "input-gain": 0.0, - "output-gain": 0.0 - }, - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": 0.0, - "left": { - "band0": { - "frequency": 22.59, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 28.44, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band10": { - "frequency": 225.89, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band11": { - "frequency": 284.38, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band12": { - "frequency": 358.02, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band13": { - "frequency": 450.72, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band14": { - "frequency": 567.42, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band15": { - "frequency": 714.34, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band16": { - "frequency": 899.29, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band17": { - "frequency": 1132.15, - "gain": -3.6, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band18": { - "frequency": 1425.29, - "gain": -2.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band19": { - "frequency": 1794.33, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 35.8, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band20": { - "frequency": 2258.93, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band21": { - "frequency": 2843.82, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band22": { - "frequency": 3580.16, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band23": { - "frequency": 4507.15, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band24": { - "frequency": 5674.16, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band25": { - "frequency": 7143.35, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band26": { - "frequency": 8992.94, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band27": { - "frequency": 11321.45, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band28": { - "frequency": 14252.86, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band29": { - "frequency": 17943.28, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 45.07, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 56.74, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 71.43, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 89.93, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 113.21, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 142.53, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 179.43, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 30, - "output-gain": 1.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 22.59, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 28.44, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band10": { - "frequency": 225.89, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band11": { - "frequency": 284.38, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band12": { - "frequency": 358.02, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band13": { - "frequency": 450.72, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band14": { - "frequency": 567.42, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band15": { - "frequency": 714.34, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band16": { - "frequency": 899.29, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band17": { - "frequency": 1132.15, - "gain": -3.6, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band18": { - "frequency": 1425.29, - "gain": -2.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band19": { - "frequency": 1794.33, - "gain": -1.5, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 35.8, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band20": { - "frequency": 2258.93, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band21": { - "frequency": 2843.82, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band22": { - "frequency": 3580.16, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band23": { - "frequency": 4507.15, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band24": { - "frequency": 5674.16, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band25": { - "frequency": 7143.35, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band26": { - "frequency": 8992.94, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band27": { - "frequency": 11321.45, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band28": { - "frequency": 14252.86, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band29": { - "frequency": 17943.28, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 45.07, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 56.74, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 71.43, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 89.93, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 113.21, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 142.53, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 179.43, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 4.36, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "loudness#0": { - "bypass": false, - "clipping": false, - "clipping-range": 6.0, - "fft": "4096", - "input-gain": 0.0, - "output-gain": 0.0, - "std": "ISO226-2003", - "volume": 4.000000000000002 - }, - "plugins_order": [ - "equalizer#0", - "bass_enhancer#0", - "loudness#0", - "autogain#0", - "compressor#0", - "crossfeed#0" - ] - } -} diff --git a/.config/easyeffects/output/Perfect EQ.json b/.config/easyeffects/output/Perfect EQ.json deleted file mode 100644 index b3e39f9..0000000 --- a/.config/easyeffects/output/Perfect EQ.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer": { - "input-gain": -2.0, - "left": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "right": { - "band0": { - "frequency": 32.0, - "gain": 4.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band1": { - "frequency": 64.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band2": { - "frequency": 125.0, - "gain": 1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band3": { - "frequency": 250.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band4": { - "frequency": 500.0, - "gain": -1.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band5": { - "frequency": 1000.0, - "gain": -2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band6": { - "frequency": 2000.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band7": { - "frequency": 4000.0, - "gain": 2.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372449, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band8": { - "frequency": 8000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.5047602375372453, - "slope": "x1", - "solo": false, - "type": "Bell" - }, - "band9": { - "frequency": 16000.0, - "gain": 3.0, - "mode": "RLC (BT)", - "mute": false, - "q": 1.504760237537245, - "slope": "x1", - "solo": false, - "type": "Bell" - } - }, - "split-channels": false - }, - "plugins_order": ["equalizer"] - } -} diff --git a/.config/pipewire/.github/README.md b/.config/pipewire/.github/README.md new file mode 100644 index 0000000..c7f2175 --- /dev/null +++ b/.config/pipewire/.github/README.md @@ -0,0 +1,3 @@ +# pipewire + +This repository contains the configuration files for PipeWire. diff --git a/.config/pipewire/pipewire.conf.d/99-custom.conf b/.config/pipewire/pipewire.conf.d/99-custom.conf new file mode 100644 index 0000000..ec3a566 --- /dev/null +++ b/.config/pipewire/pipewire.conf.d/99-custom.conf @@ -0,0 +1,19 @@ +context.properties = { + default.clock.rate = 48000 + default.clock.quantum = 1024 + default.clock.min-quantum = 512 + default.clock.max-quantum = 2048 +} + +context.modules = [ + { + name = libpipewire-module-rtkit + args = { + nice.level = -15 + rt.prio = 88 + rt.time.soft = 200000 + rt.time.hard = 200000 + } + flags = [ ifexists nofail ] + } +] diff --git a/.github/README.md b/.github/README.md index b48d5e7..6fcc205 100644 --- a/.github/README.md +++ b/.github/README.md @@ -80,7 +80,7 @@ All the info about my setup. | **Notification daemon** | [swaync](https://github.com/ErikReider/SwayNotificationCenter/) [:gear:](../.config/swaync/) [mako](https://github.com/emersion/mako/) [:hourglass:](../.config/mako/) | | **Popup daemon** | [swayosd](https://github.com/ErikReider/SwayOSD/) | | **Bar** | [waybar](https://github.com/Alexays/Waybar/) [:gear:](../.config/waybar/) | -| **Audio daemon** | [pipewire](https://github.com/PipeWire/pipewire/) | +| **Audio daemon** | [pipewire](https://github.com/PipeWire/pipewire/) [:gear:](../.config/pipewire/) | | **Application launcher** | [rofi](https://github.com/lbonn/rofi/) [:gear:](../.config/rofi/) | | **Clipboard manager** | [wl-clipboard](https://github.com/bugaevc/wl-clipboard/) (with [cliphist](https://github.com/sentriz/cliphist/)) | | **Lock screen** | [swaylock](https://github.com/jirutka/swaylock-effects/) [:gear:](../.config/swaylock/) | @@ -110,6 +110,7 @@ All the info about my setup. | **Trash CLI** | [glib2](https://archlinux.org/packages/core/x86_64/glib2) (gio trash) | | **System monitor** | [btop](https://github.com/aristocratos/btop/) [:gear:](../.config/btop/) | | **Pulse audio control** | [pulsemixer](https://github.com/GeorgeFilipkin/pulsemixer/) [:gear:](../.config/pulsemixer.cfg) | +| **Torrent client** | [stig](https://github.com/rndusr/stig) | ### :window: GUI software diff --git a/.gitignore b/.gitignore index dc8a34a..62497de 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ .config/OpenRGB/logs/ .config/OpenRGB/plugins/*.so !.config/paru/ +!.config/pipewire/ !.config/pulsemixer.cfg !.config/rofi/ !.config/swappy/ diff --git a/.system-config-backup/audio/audio.conf b/.system-config-backup/audio/audio.conf new file mode 100644 index 0000000..3c2d627 --- /dev/null +++ b/.system-config-backup/audio/audio.conf @@ -0,0 +1,2 @@ +@audio - rtprio 95 +@audio - memlock unlimited diff --git a/.system-config-backup/aurpkglist.txt b/.system-config-backup/aurpkglist.txt index dd45775..7182398 100644 --- a/.system-config-backup/aurpkglist.txt +++ b/.system-config-backup/aurpkglist.txt @@ -1,6 +1,7 @@ advcpmv ddcui debtap +gnu-netcat google-chrome google-java-format gruvbox-material-gtk-theme-git @@ -13,6 +14,7 @@ pacnews-neovim-git paru pkgtools playit-bin +python-async-timeout python-commitizen python-decli python-questionary @@ -23,11 +25,13 @@ riseup-vpn rmlint rofi-power-menu sniprun +stig swaykbdd swaylock-effects swayosd-git sworkstyle sysz +tgpt-git vesktop-bin waybar-crypto waybar-module-pacman-updates-git diff --git a/.system-config-backup/pkglist.txt b/.system-config-backup/pkglist.txt index 42a7e95..9127337 100644 --- a/.system-config-backup/pkglist.txt +++ b/.system-config-backup/pkglist.txt @@ -11,6 +11,7 @@ binutils bison brightnessctl btop +calf calibre cantarell-fonts chafa @@ -30,6 +31,7 @@ eza fakeroot fastfetch fd +ffmpeg4.4 ffmpegthumbnailer file findutils @@ -47,6 +49,7 @@ grep groff groovy grub +gst-plugins-ugly gvfs-mtp gzip imv @@ -77,6 +80,7 @@ linux-zen linux-zen-headers logrotate lostfiles +lsp-plugins lua51 luarocks lvm2 @@ -86,7 +90,6 @@ man-db man-pages maven mdadm -meson mpv msmtp-mta mtpfs @@ -97,10 +100,10 @@ net-tools netctl network-manager-applet networkmanager -ninja noto-fonts-emoji npm ntfs-3g +obs-studio obsidian openrgb openssh @@ -109,6 +112,7 @@ pacman-contrib parallel patch pipewire-alsa +pipewire-libcamera pipewire-pulse pkgconf playerctl @@ -122,10 +126,10 @@ python-requests qemu-desktop reflector ripgrep +rofi rofi-calc -rofi-wayland rust -scdoc +scribus sed shfmt sqlfluff @@ -140,7 +144,7 @@ swaync telegram-desktop texinfo tlp-rdw -transmission-gtk +transmission-cli ttf-dejavu ttf-hack ttf-jetbrains-mono @@ -162,6 +166,7 @@ wget which wipe wireguard-tools +wireplumber wl-clipboard wlsunset xdg-desktop-portal diff --git a/.system-config-backup/systemd/logind.conf b/.system-config-backup/systemd/logind.conf index 7db29ec..b057977 100644 --- a/.system-config-backup/systemd/logind.conf +++ b/.system-config-backup/systemd/logind.conf @@ -52,3 +52,4 @@ HandlePowerKeyLongPress=poweroff #SessionsMax=8192 #StopIdleSessionSec=infinity #DesignatedMaintenanceTime= +#WallMessages=yes From a5f68a4f700850eda2b7eb1e33affb4287cc8ec8 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Tue, 7 Oct 2025 03:34:43 +0300 Subject: [PATCH 2/4] docs: bump version 1.3.0 -> 1.4.0 --- .cz.yaml | 2 +- .github/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 109c4ad..780cfd3 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 1.3.0 + version: 1.4.0 version_scheme: semver2 diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index cd289ce..9713986 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## 1.4.0 (2025-10-07) + +### Feat + +- **easyeffects**: add few new features +- **add udiskie config, vesktop settings**: few changes +- **lazygit**: add mesage is commet breaks +- **lazygit**: add lazygit basic config +- close #303 + +### Fix + +- fix line-length in lazygit +- documentation links +- fix cspell +- another fix of screenshot link for vesktop +- wrong link in vesktop readme +- fix typo and wrong code style + ## 1.3.0 (2025-08-27) ### Feat From 1563ad4832461b7284947352b667d9ea0bb899ec Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Tue, 7 Oct 2025 04:07:11 +0300 Subject: [PATCH 3/4] fix(cspell): add stig to the software list --- .config/OpenRGB/OpenRGB.json | 1 - .../plugins/settings/EffectSettings.json | 66 +-- .../fifine_male_voice_noise_reduction.json | 472 +++++++++--------- .../output/AG+Comp+Cry+BE+Max.json | 286 +++++------ .github/cspell/repo_soft.txt | 1 + 5 files changed, 406 insertions(+), 420 deletions(-) diff --git a/.config/OpenRGB/OpenRGB.json b/.config/OpenRGB/OpenRGB.json index b77961e..b335df9 100644 --- a/.config/OpenRGB/OpenRGB.json +++ b/.config/OpenRGB/OpenRGB.json @@ -2195,4 +2195,3 @@ "show_led_view": true } } - diff --git a/.config/OpenRGB/plugins/settings/EffectSettings.json b/.config/OpenRGB/plugins/settings/EffectSettings.json index e91f535..fd051bf 100644 --- a/.config/OpenRGB/plugins/settings/EffectSettings.json +++ b/.config/OpenRGB/plugins/settings/EffectSettings.json @@ -1,41 +1,27 @@ { - "audio_settings": { - "amplitude": 100, - "audio_device": -1, - "avg_mode": 0, - "avg_size": 8, - "decay": 80, - "equalizer": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - "filter_constant": 1.0, - "nrml_ofst": 0.03999999910593033, - "nrml_scl": 0.5, - "window_mode": 0 - }, - "brightness": 100, - "fps": 60, - "fpscapture": 60, - "hide_unsupported": true, - "prefer_random": false, - "prefered_colors": [], - "startup_profile": "rw-swap", - "temperature": 0, - "tint": 0, - "use_prefered_colors": false -} \ No newline at end of file + "audio_settings": { + "amplitude": 100, + "audio_device": -1, + "avg_mode": 0, + "avg_size": 8, + "decay": 80, + "equalizer": [ + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0 + ], + "filter_constant": 1.0, + "nrml_ofst": 0.03999999910593033, + "nrml_scl": 0.5, + "window_mode": 0 + }, + "brightness": 100, + "fps": 60, + "fpscapture": 60, + "hide_unsupported": true, + "prefer_random": false, + "prefered_colors": [], + "startup_profile": "rw-swap", + "temperature": 0, + "tint": 0, + "use_prefered_colors": false +} diff --git a/.config/easyeffects/input/fifine_male_voice_noise_reduction.json b/.config/easyeffects/input/fifine_male_voice_noise_reduction.json index a087867..dfd2cbc 100644 --- a/.config/easyeffects/input/fifine_male_voice_noise_reduction.json +++ b/.config/easyeffects/input/fifine_male_voice_noise_reduction.json @@ -1,244 +1,244 @@ { - "input": { - "blocklist": [], - "compressor#0": { - "attack": 3.0, - "boost-amount": 0.0, - "boost-threshold": -72.0, - "bypass": false, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -6.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 3.0, - "mode": "Downward", - "output-gain": 0.0, - "ratio": 3.0, - "release": 100.0, - "release-threshold": -40.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right", - "type": "Feed-forward" - }, - "stereo-split": false, - "threshold": -18.0, - "wet": 0.0 + "input": { + "blocklist": [], + "compressor#0": { + "attack": 3.0, + "boost-amount": 0.0, + "boost-threshold": -72.0, + "bypass": false, + "dry": -100.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "input-gain": 0.0, + "knee": -6.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 3.0, + "mode": "Downward", + "output-gain": 0.0, + "ratio": 3.0, + "release": 100.0, + "release-threshold": -40.0, + "sidechain": { + "lookahead": 0.0, + "mode": "RMS", + "preamp": 0.0, + "reactivity": 10.0, + "source": "Middle", + "stereo-split-source": "Left/Right", + "type": "Feed-forward" + }, + "stereo-split": false, + "threshold": -18.0, + "wet": 0.0 + }, + "deepfilternet#0": { + "attenuation-limit": 100.0, + "max-df-processing-threshold": 20.0, + "max-erb-processing-threshold": 30.0, + "min-processing-buffer": 0, + "min-processing-threshold": 5.0, + "post-filter-beta": 0.02 + }, + "deesser#0": { + "bypass": false, + "detection": "RMS", + "f1-freq": 6000.0, + "f1-level": -6.0, + "f2-freq": 10000.0, + "f2-level": -6.0, + "f2-q": 1.5, + "input-gain": 0.0, + "laxity": 15, + "makeup": 0.0, + "mode": "Split", + "output-gain": 0.0, + "ratio": 3.0, + "sc-listen": false, + "threshold": -22.0 + }, + "equalizer#0": { + "balance": 0.0, + "bypass": false, + "input-gain": 0.0, + "left": { + "band0": { + "frequency": 70.0, + "gain": 0.0, + "mode": "RLC (BT)", + "mute": false, + "q": 0.7, + "slope": "x2", + "solo": false, + "type": "Hi-pass", + "width": 4.0 }, - "deepfilternet#0": { - "attenuation-limit": 100.0, - "max-df-processing-threshold": 20.0, - "max-erb-processing-threshold": 30.0, - "min-processing-buffer": 0, - "min-processing-threshold": 5.0, - "post-filter-beta": 0.02 + "band1": { + "frequency": 150.0, + "gain": 0.0, + "mode": "RLC (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Lo-shelf", + "width": 4.0 }, - "deesser#0": { - "bypass": false, - "detection": "RMS", - "f1-freq": 6000.0, - "f1-level": -6.0, - "f2-freq": 10000.0, - "f2-level": -6.0, - "f2-q": 1.5, - "input-gain": 0.0, - "laxity": 15, - "makeup": 0.0, - "mode": "Split", - "output-gain": 0.0, - "ratio": 3.0, - "sc-listen": false, - "threshold": -22.0 + "band2": { + "frequency": 350.0, + "gain": -2.0, + "mode": "BWC (MT)", + "mute": false, + "q": 1.2, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 }, - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": 0.0, - "left": { - "band0": { - "frequency": 70.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 0.7, - "slope": "x2", - "solo": false, - "type": "Hi-pass", - "width": 4.0 - }, - "band1": { - "frequency": 150.0, - "gain": 0.0, - "mode": "RLC (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band2": { - "frequency": 350.0, - "gain": -2.0, - "mode": "BWC (MT)", - "mute": false, - "q": 1.2, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 3500.0, - "gain": 2.0, - "mode": "BWC (BT)", - "mute": false, - "q": 0.9, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 10000.0, - "gain": 2.0, - "mode": "LRX (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 5, - "output-gain": 0.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 70.0, - "gain": 0.0, - "mode": "RLC (BT)", - "mute": false, - "q": 0.7, - "slope": "x2", - "solo": false, - "type": "Hi-pass", - "width": 4.0 - }, - "band1": { - "frequency": 150.0, - "gain": 0.0, - "mode": "RLC (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band2": { - "frequency": 350.0, - "gain": -2.0, - "mode": "BWC (MT)", - "mute": false, - "q": 1.2, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 3500.0, - "gain": 2.0, - "mode": "BWC (BT)", - "mute": false, - "q": 0.9, - "slope": "x2", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 10000.0, - "gain": 2.0, - "mode": "LRX (MT)", - "mute": false, - "q": 0.7, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false + "band3": { + "frequency": 3500.0, + "gain": 2.0, + "mode": "BWC (BT)", + "mute": false, + "q": 0.9, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 }, - "gate#0": { - "attack": 5.0, - "bypass": false, - "curve-threshold": -50.0, - "curve-zone": -2.0, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "hysteresis": true, - "hysteresis-threshold": -3.0, - "hysteresis-zone": -1.0, - "input-gain": 0.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 1.0, - "output-gain": 0.0, - "reduction": -60.0, - "release": 150.0, - "sidechain": { - "input": "Internal", - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right" - }, - "stereo-split": false, - "wet": -1.0 + "band4": { + "frequency": 10000.0, + "gain": 2.0, + "mode": "LRX (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Hi-shelf", + "width": 4.0 + } + }, + "mode": "IIR", + "num-bands": 5, + "output-gain": 0.0, + "pitch-left": 0.0, + "pitch-right": 0.0, + "right": { + "band0": { + "frequency": 70.0, + "gain": 0.0, + "mode": "RLC (BT)", + "mute": false, + "q": 0.7, + "slope": "x2", + "solo": false, + "type": "Hi-pass", + "width": 4.0 }, - "limiter#0": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 2.0, - "bypass": false, - "dithering": "16bit", - "external-sidechain": false, - "gain-boost": false, - "input-gain": 0.0, - "lookahead": 2.0, - "mode": "Herm Wide", - "output-gain": 0.0, - "oversampling": "Half x2(2L)", - "release": 5.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": -1.5 + "band1": { + "frequency": 150.0, + "gain": 0.0, + "mode": "RLC (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Lo-shelf", + "width": 4.0 }, - "plugins_order": [ - "deepfilternet#0", - "gate#0", - "equalizer#0", - "compressor#0", - "deesser#0", - "limiter#0" - ] - } + "band2": { + "frequency": 350.0, + "gain": -2.0, + "mode": "BWC (MT)", + "mute": false, + "q": 1.2, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band3": { + "frequency": 3500.0, + "gain": 2.0, + "mode": "BWC (BT)", + "mute": false, + "q": 0.9, + "slope": "x2", + "solo": false, + "type": "Bell", + "width": 4.0 + }, + "band4": { + "frequency": 10000.0, + "gain": 2.0, + "mode": "LRX (MT)", + "mute": false, + "q": 0.7, + "slope": "x1", + "solo": false, + "type": "Hi-shelf", + "width": 4.0 + } + }, + "split-channels": false + }, + "gate#0": { + "attack": 5.0, + "bypass": false, + "curve-threshold": -50.0, + "curve-zone": -2.0, + "dry": -100.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "hysteresis": true, + "hysteresis-threshold": -3.0, + "hysteresis-zone": -1.0, + "input-gain": 0.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 1.0, + "output-gain": 0.0, + "reduction": -60.0, + "release": 150.0, + "sidechain": { + "input": "Internal", + "lookahead": 0.0, + "mode": "RMS", + "preamp": 0.0, + "reactivity": 10.0, + "source": "Middle", + "stereo-split-source": "Left/Right" + }, + "stereo-split": false, + "wet": -1.0 + }, + "limiter#0": { + "alr": false, + "alr-attack": 5.0, + "alr-knee": 0.0, + "alr-release": 50.0, + "attack": 2.0, + "bypass": false, + "dithering": "16bit", + "external-sidechain": false, + "gain-boost": false, + "input-gain": 0.0, + "lookahead": 2.0, + "mode": "Herm Wide", + "output-gain": 0.0, + "oversampling": "Half x2(2L)", + "release": 5.0, + "sidechain-preamp": 0.0, + "stereo-link": 100.0, + "threshold": -1.5 + }, + "plugins_order": [ + "deepfilternet#0", + "gate#0", + "equalizer#0", + "compressor#0", + "deesser#0", + "limiter#0" + ] + } } diff --git a/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json b/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json index 1e3d19f..2b0ea50 100644 --- a/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json +++ b/.config/easyeffects/output/AG+Comp+Cry+BE+Max.json @@ -1,145 +1,145 @@ { - "output": { - "autogain#0": { - "bypass": false, - "input-gain": 0.0, - "maximum-history": 7, - "output-gain": 0.0, - "reference": "Geometric Mean (SI)", - "silence-threshold": -67.0, - "target": -15.0 - }, - "bass_enhancer#0": { - "amount": -1.942890293094024e-16, - "blend": 0.0, - "bypass": false, - "floor": 20.0, - "floor-active": true, - "harmonics": 9.0, - "input-gain": 0.0, - "output-gain": 0.0, - "scope": 120.0 - }, - "blocklist": [ - "redeclipse", - "doomsday", - "assaultcube", - "kshisen", - "Shisen-Sho" - ], - "compressor#0": { - "attack": 7.0, - "boost-amount": 1.0, - "boost-threshold": -60.0, - "bypass": false, - "dry": -48.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 1.0, - "knee": -3.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 1.0, - "mode": "Downward", - "output-gain": 1.0, - "ratio": 3.0, - "release": 84.0, - "release-threshold": -67.0, - "sidechain": { - "lookahead": 7.0, - "mode": "Uniform", - "preamp": 0.0, - "reactivity": 4.199999809265137, - "source": "Middle", - "type": "Feed-forward" - }, - "threshold": -15.0, - "wet": 0.0 - }, - "crystalizer#0": { - "band0": { - "bypass": false, - "intensity": 0.0, - "mute": false - }, - "band1": { - "bypass": false, - "intensity": -1.0, - "mute": false - }, - "band10": { - "bypass": false, - "intensity": -10.0, - "mute": false - }, - "band11": { - "bypass": false, - "intensity": -11.0, - "mute": false - }, - "band12": { - "bypass": false, - "intensity": -12.0, - "mute": false - }, - "band2": { - "bypass": false, - "intensity": -2.0, - "mute": false - }, - "band3": { - "bypass": false, - "intensity": -3.0, - "mute": false - }, - "band4": { - "bypass": false, - "intensity": -4.0, - "mute": false - }, - "band5": { - "bypass": false, - "intensity": -5.0, - "mute": false - }, - "band6": { - "bypass": false, - "intensity": -6.0, - "mute": false - }, - "band7": { - "bypass": false, - "intensity": -7.0, - "mute": false - }, - "band8": { - "bypass": false, - "intensity": -8.0, - "mute": false - }, - "band9": { - "bypass": false, - "intensity": -9.0, - "mute": false - }, - "bypass": false, - "input-gain": -1.5, - "output-gain": -1.5 - }, - "maximizer#0": { - "bypass": false, - "ceiling": 0.0, - "input-gain": 0.0, - "output-gain": 0.0, - "release": 25.0, - "threshold": 0.0 - }, - "plugins_order": [ - "autogain#0", - "compressor#0", - "crystalizer#0", - "bass_enhancer#0", - "maximizer#0" - ] - } + "output": { + "autogain#0": { + "bypass": false, + "input-gain": 0.0, + "maximum-history": 7, + "output-gain": 0.0, + "reference": "Geometric Mean (SI)", + "silence-threshold": -67.0, + "target": -15.0 + }, + "bass_enhancer#0": { + "amount": -1.942890293094024e-16, + "blend": 0.0, + "bypass": false, + "floor": 20.0, + "floor-active": true, + "harmonics": 9.0, + "input-gain": 0.0, + "output-gain": 0.0, + "scope": 120.0 + }, + "blocklist": [ + "redeclipse", + "doomsday", + "assaultcube", + "kshisen", + "Shisen-Sho" + ], + "compressor#0": { + "attack": 7.0, + "boost-amount": 1.0, + "boost-threshold": -60.0, + "bypass": false, + "dry": -48.0, + "hpf-frequency": 10.0, + "hpf-mode": "off", + "input-gain": 1.0, + "knee": -3.0, + "lpf-frequency": 20000.0, + "lpf-mode": "off", + "makeup": 1.0, + "mode": "Downward", + "output-gain": 1.0, + "ratio": 3.0, + "release": 84.0, + "release-threshold": -67.0, + "sidechain": { + "lookahead": 7.0, + "mode": "Uniform", + "preamp": 0.0, + "reactivity": 4.199999809265137, + "source": "Middle", + "type": "Feed-forward" + }, + "threshold": -15.0, + "wet": 0.0 + }, + "crystalizer#0": { + "band0": { + "bypass": false, + "intensity": 0.0, + "mute": false + }, + "band1": { + "bypass": false, + "intensity": -1.0, + "mute": false + }, + "band10": { + "bypass": false, + "intensity": -10.0, + "mute": false + }, + "band11": { + "bypass": false, + "intensity": -11.0, + "mute": false + }, + "band12": { + "bypass": false, + "intensity": -12.0, + "mute": false + }, + "band2": { + "bypass": false, + "intensity": -2.0, + "mute": false + }, + "band3": { + "bypass": false, + "intensity": -3.0, + "mute": false + }, + "band4": { + "bypass": false, + "intensity": -4.0, + "mute": false + }, + "band5": { + "bypass": false, + "intensity": -5.0, + "mute": false + }, + "band6": { + "bypass": false, + "intensity": -6.0, + "mute": false + }, + "band7": { + "bypass": false, + "intensity": -7.0, + "mute": false + }, + "band8": { + "bypass": false, + "intensity": -8.0, + "mute": false + }, + "band9": { + "bypass": false, + "intensity": -9.0, + "mute": false + }, + "bypass": false, + "input-gain": -1.5, + "output-gain": -1.5 + }, + "maximizer#0": { + "bypass": false, + "ceiling": 0.0, + "input-gain": 0.0, + "output-gain": 0.0, + "release": 25.0, + "threshold": 0.0 + }, + "plugins_order": [ + "autogain#0", + "compressor#0", + "crystalizer#0", + "bass_enhancer#0", + "maximizer#0" + ] + } } diff --git a/.github/cspell/repo_soft.txt b/.github/cspell/repo_soft.txt index 5a0830f..f16ef34 100644 --- a/.github/cspell/repo_soft.txt +++ b/.github/cspell/repo_soft.txt @@ -72,3 +72,4 @@ udiskie udisks mimeapps soundcard +stig From b8b658323a214ecd19e6a5335fbdb0d4d7cf6b43 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Tue, 7 Oct 2025 04:23:06 +0300 Subject: [PATCH 4/4] fix: broken link --- .config/easyeffects/.github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/easyeffects/.github/README.md b/.config/easyeffects/.github/README.md index 6d0e582..fcb7b90 100644 --- a/.config/easyeffects/.github/README.md +++ b/.config/easyeffects/.github/README.md @@ -7,4 +7,4 @@ You can run it by right click on the sound module on the waybar. To be honest, I'm not good at audio processing, so I've just take this profiles. [Input profile](https://github.com/jtrv/dotfiles/blob/morpheus/.config/easyeffects/input/fifine_male_voice_noise_reduction.json) - and [Output profile](https://github.com/BayouGuru67/EasyEffects_Presets/blob/main/AG%2BComp%2BCry%2BBE%2BMax.json) + and [Output profile](https://github.com/BayouGuru67/EasyEffects_Presets/blob/main/)