NamelessG0d / Volume-Reducer

Automatically looks for process and depending on the configuration, will set the volume of said process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volume-Reducer

Made by Nameless in an afternoon

Description

Automatically looks for process and depending on the configuration, will set the volume of said process

How-to :

Download an installer here

Settings.json format :

{
  "Version": 1,
  "Processes": [
    {
      "TargetChild": "CptHost.exe",
      "TargetParent": "Zoom.exe",
      "TargetVolume": 1
    }
  ]
}

if TargetChild and TargetParent are the same, it will set the process directly

About

Automatically looks for process and depending on the configuration, will set the volume of said process


Languages

Language:C# 100.0%