Skip to content

Commit

Permalink
chore(git): merge main into dev (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 authored Dec 27, 2023
2 parents 74a7062 + f8e2a1f commit 3ac690a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions content/til/2023_12_27-application_only_volume_on_mocp.mdx
Original file line number Diff line number Diff line change
@@ -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 <kbd>X</kbd>. 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 <kbd>W</kbd> to change to "Soft"
**ref:** https://moc.daper.net/node/1512

0 comments on commit 3ac690a

Please sign in to comment.