Open-source DirectShow audio renderer. With WASAPI support and more.
Can be found here https://github.com/alexmarsev/sanear/releases
If you want to partake in the development or simply feeling adventurous:
- Have recent
Visual Studio
installed (free versions likeVisual Studio Community 2013 Update 5
orVisual Studio Community 2015 Update 1
work just fine) - Check out
master
branch of sanear - Ensure that all submodules are up-to-date by running
git submodule update --init --recursive
from inside the tree - Open
sanear-dll.sln
solution file and build