Controls response to system ducking (volume reduce) events
Opt in by default
To opt out, enable
Preferences - Advanced - Tools - Ducking control - Opt out
Logs streams dynamic info to console and file
Settings:
Preferences - Advanced - Tools - TrackLog
- Download and unpack foobar2000 SDK from the official site.
- Place content of this repository in the SDK root directory.
- Open foo_SDK.sln in Visual Studio, select desired configuration and platform. Adjust Platform Toolset to suit your Visual Studio version if required.
- Build the solution.
Alternatively, the solution can be built using Visual Studio Build Tools by running build.cmd script from the Developer Command Prompt. It builds for both x64 and x86 platforms.
If your build fails due to absent atlapp.h file, download and unpack WTL library to the new WTL directory inside the SDK root directory. Add path to WTL/Include directory to the C/C++ Additional Include Directories for both foobar2000_sdk_helpers and libPPUI projects.