Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(git): merge main into dev #746

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading