Compare commits
4 Commits
5e924530ba
...
97a5faf876
Author | SHA1 | Date |
---|---|---|
coolneng | 97a5faf876 | |
coolneng | 9d44d0d25f | |
coolneng | ce95f5c5c0 | |
coolneng | 6cef994d2c |
Binary file not shown.
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"output": {
|
||||||
|
"blocklist": [],
|
||||||
|
"convolver#0": {
|
||||||
|
"autogain": true,
|
||||||
|
"bypass": false,
|
||||||
|
"input-gain": 0.0,
|
||||||
|
"ir-width": 100,
|
||||||
|
"kernel-path": "/home/coolneng/.config/easyeffects/irs/AKG K361.irs",
|
||||||
|
"output-gain": 0.0
|
||||||
|
},
|
||||||
|
"plugins_order": [
|
||||||
|
"convolver#0"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -4,6 +4,7 @@ CMakeFiles/
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
Debug/
|
Debug/
|
||||||
|
.ccls
|
||||||
.ccls-cache
|
.ccls-cache
|
||||||
.cache
|
.cache
|
||||||
*.o
|
*.o
|
||||||
|
|
|
@ -13,7 +13,6 @@ volume-max=200
|
||||||
af=acompressor
|
af=acompressor
|
||||||
## Youtube-dl settings
|
## Youtube-dl settings
|
||||||
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
||||||
ytdl-raw-options=extractor-args=youtube:player_client=android
|
|
||||||
## Wayland
|
## Wayland
|
||||||
gpu-context=wayland
|
gpu-context=wayland
|
||||||
## Default window size
|
## Default window size
|
||||||
|
|
|
@ -19,3 +19,9 @@ host kobo
|
||||||
hostname 192.168.13.20
|
hostname 192.168.13.20
|
||||||
port 22
|
port 22
|
||||||
identityfile ~/.ssh/kobo
|
identityfile ~/.ssh/kobo
|
||||||
|
|
||||||
|
host kathreftis
|
||||||
|
user root
|
||||||
|
hostname 192.168.13.47
|
||||||
|
port 22
|
||||||
|
identityfile ~/.ssh/kathreftis
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue