Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.39 KB

readme.md

File metadata and controls

36 lines (22 loc) · 1.39 KB

What is EQSwapper?

EQ Swapper uses Equalizer APO to equalize all audio output by Windows. Equalizer APO is required for this. You can either manually change the equalizer settings via the GUI, but I am to lazy.

#Usage Jaakkopasanen AutoEQ made a list of headphones

Download the Equalizer file for your headphones

Choose the ParametricEQ.TXT For Example jaakkopasanen

Save the EQ file

Save the ParametricEQ.TXT file to "C:\Program Files\EqualizerAPO\config\headphones" 1

When swapping headphones

Run the executable and select the currently connected headphones

EQSwapper

to build an exe

simply copy paste EQSwapper.ps1 and CreateForm.ps1 in 1 file: combined.ps1

run PS2EXE to create an EXE

Invoke-PS2EXE .\combined.ps1 .\EQSwapper.exe

Footnotes

  1. This path can be changed in the script line 3: $headphonesPath = "C:\Program Files\EqualizerAPO\config\headphones\"