diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-03 12:05:26 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-03 12:05:26 +0530 |
| commit | 4f922e0df778b3b7cf12b125cb267e48e8346725 (patch) | |
| tree | e2213db4aea6aac5c3628f249b76eeb2716a038e | |
| parent | 50099c4b04182bf0561c9116c9d8b51192ea4ed0 (diff) | |
fixed mpd
| -rw-r--r-- | .config/mpd/mpd.conf | 6 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 2 | ||||
| -rw-r--r-- | .config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc | bin | 143 -> 0 bytes | |||
| -rw-r--r-- | .config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc | bin | 777 -> 0 bytes | |||
| -rw-r--r-- | .config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc | bin | 8378 -> 0 bytes |
5 files changed, 5 insertions, 3 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index f5eb21a..83299d7 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -9,8 +9,10 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "pipewire" - name "Pipewire Sound Server" + type "pulse" + name "pulse" + #type "alsa" + #name "ALSA" } audio_output { diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6201043..e4f6c01 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -28,7 +28,7 @@ hr-seek-framedrop=no volume=100 volume-max=200 # Normalize audio. -af-add=dynaudnorm=g=5:f=250:r=0.9:p=0.5 +# af-add=dynaudnorm=g=5:f=250:r=0.9:p=0.5 # SCREENSHOT screenshot-format=png diff --git a/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc b/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc Binary files differdeleted file mode 100644 index ac1fed7..0000000 --- a/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc +++ /dev/null diff --git a/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc b/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc Binary files differdeleted file mode 100644 index 7217fe6..0000000 --- a/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc +++ /dev/null diff --git a/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc b/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc Binary files differdeleted file mode 100644 index 2e46d80..0000000 --- a/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc +++ /dev/null |
