From f8e2a1fc30277cb69c14580b3b051a0359f28b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Wed, 27 Dec 2023 20:41:11 -0300 Subject: [PATCH] chore(content/til): add 2023_12_27-application_only_volume_on_mocp --- ..._12_27-application_only_volume_on_mocp.mdx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/til/2023_12_27-application_only_volume_on_mocp.mdx diff --git a/content/til/2023_12_27-application_only_volume_on_mocp.mdx b/content/til/2023_12_27-application_only_volume_on_mocp.mdx new file mode 100644 index 00000000..7fa39391 --- /dev/null +++ b/content/til/2023_12_27-application_only_volume_on_mocp.mdx @@ -0,0 +1,24 @@ +--- +title: 'Application-Only Volume on MOCP' +description: 'How to use a "application-only" volume on MOCP for change volume on mocp without affect system' +date: '2023-12-27' +tags: [mocp,linux,alsa,sound,player] +--- + +I was using MOCP on linux for a while to listenning some musics that I have downloaded on my machine, but the only defect of MOCP is the volume controll... until now... + +The default volume controll of MOCP controlls the volume from ALSA hardware mixer setting, which change the volume from all system. That is a pain when you want to listennig musics as background music, while listenning another sounds too (like [noisekun.com](https://noisekun.com)). + +Today I discovered that there is a way to make mocp volume controll independent from system volume. + +You may see that on volume bar (lower left corner) was writen "Master": +![screenshot of mocp volume bar (https://i.imgur.com/9YpA3DE.png)](https://i.imgur.com/9YpA3GE.png) + +This mean that the volume controll reflect the system volume, so we need to change this with the key X. Now our bar is: +![screenshot of mocp volume bar (https://i.imgur.com/jaAFNpo.png)](https://i.imgur.com/jaAFNpo.png) + +And the volume is independent of system volume. + +> If your volume bar is writen "S.Off", you can type W to change to "Soft" + +**ref:** https://moc.daper.net/node/1512