Download Latest Version PeaceSetup.exe (31.2 MB)
Email in envelope

Get an email when there's a new version of Peace Equalizer, interface Equalizer APO

Home / Source code / AutoEQ
Name Modified Size InfoDownloads / Week
Parent folder
AutoEQCompressed2.7z 2025-03-15 2.7 MB
AutoEQCompressed.7z 2025-03-15 882.4 kB
AutoEQCompressedVersion2.txt 2025-03-15 1 Byte
AutoEQCompressedVersion.txt 2025-03-15 1 Byte
AutoEQCompressed3.7z 2025-03-15 2.5 MB
AutoEQCompressed4.7z 2025-03-15 2.9 MB
AutoEQCompressedVersion3.txt 2025-03-15 1 Byte
AutoEQCompressedVersion4.txt 2025-03-15 1 Byte
AutoEQCompressed5.7z 2025-03-15 3.3 MB
AutoEQCompressedVersion5.txt 2025-03-15 1 Byte
Totals: 10 Items   12.3 MB 2

How to compile#

  • Install AutoIt IDE
  • Create an AutoIt development folder for instance c:\users\Peter\Documents\AutoIt
  • Create a subfolder for Peace for instance c:\users\Peter\Documents\AutoIt\Peace
  • Build a folder structure as seen on Peace source code download page WITHOUT the Knobs source code folder
  • Download the contents of these folders: AutoEQ, Configurations, Help, Images, Languages, DirectSound, DevicePeakValues
  • Drop a version of Peace.au3, the _inputmask.au3 (only for version 1.6.1.2 and lower), the GUIScrollbars_Ex.au3 and ReadmePeace.txt files into the Peace AutoIt folder

Then

  • Create a subfolder named "Knobs" in the AutoIt development folder for the knobs source code: c:\users\<yourname>\Documents\AutoIt\Knobs
  • Create a subfolder named "Images" within this folder
  • Download the contents of the Knobs source code folders into these folders
  • Create a subfolder named "AutoIt Library" in the AutoIt development folder for the AutoIt Library source code: c:\users\<yourname>\Documents\AutoIt\AutoIt Library
  • Download Pal.zip and unzip to the above mentioned subfolder
  • Create a subfolder named "Midi" in the AutoIt development folder for the MIDI library source code: c:\users\<yourname>\Documents\AutoIt\Midi
  • Download midi1-2.zip and unzip to the above mentioned subfolder

So you get a structure like this

c:\users\Peter\Documents\AutoIt\Peace
    Configurations (folder containing .peace files)
    DevicePeakValues (folder containing DevicePeakValues32.dll and DevicePeakValues64.dll)
    DirectSound (folder containing DirectSound.au3 and DirectSoundConstants.au3)
    Help (folder containing peace.chm)
    Images (folder containing .png and .ico files)
    Languages (folder containing .plf language files and EqualizeAPOcommands file)
    Sounds (folder containing sound files)
    _inputmask.au3 (only needed for version 1.6.1.2 and earlier)
    GUIScrollbars_Ex.au3
    Peace.au3
    ReadmePeace.txt
    midiImproved.au3

c:\users\Peter\Documents\AutoIt\AutoIt Library
    Dialogue.au3
    close.png
etc.

c:\users\Peter\Documents\AutoIt\Knobs
    Images (containing .png files)
    Knobs.au3

c:\users\Peter\Documents\AutoIt\Midi
    API
    UDF

Now start up the AutoIt IDE and open Peace.au3 and compile to an executable.

Source: Readme How to compile.md, updated 2025-03-15