FxSound is a digital audio program built for Windows PC's. The background processing, built on a high-fidelity audio engine, acts as a sort of digital soundcard for your system. This means that your signals will have the clean passthrough when FxSound is active. There are active effects for shaping and boosting your sound's volume, timbre, and equalization included on top of this clean processing, allowing you to customize and enhance your sound.
This repository contains the source code for FxSound Audio Enhancer driver which is a Windows virtual audio driver based on https://github.com/uri247/wdk81/tree/master/Microsoft%20Virtual%20Audio%20Device%20Driver%20Sample
- Website: https://www.fxsound.com
- Installer: https://download.fxsound.com/fxsoundlatest
- Source code: https://github.com/fxsound2/fxsound-app
- Issue tracker: https://github.com/fxsound2/fxsound-app/issues
- Forum: https://forum.fxsound.com
- Donate to FxSound
- Install Visual Studio 2022
- Install Windows WDK
- Open fxsound-driver/fxvad/fxvad.sln in Visual Studio
- Build the required configuration
- The driver package files will be in fxvad/[Platform]/[Configration]/package directory
We welcome anyone who wants to contribute to this project. For more details on how to contribute, follow this contributing guideline.