Sanear
Robust DirectShow audio renderer. Used in MPC-HC.
Install / Use
/learn @alexmarsev/SanearREADME
Sanear
What is it?
Open-source DirectShow audio renderer. With WASAPI support and more.
Binary releases
Can be found here https://github.com/alexmarsev/sanear/releases
Compilation instructions
If you want to partake in the development or simply feeling adventurous:
- Have recent
Visual Studioinstalled (free versions likeVisual Studio Community 2013 Update 5orVisual Studio Community 2015 Update 1work just fine) - Check out
masterbranch of sanear - Ensure that all submodules are up-to-date by running
git submodule update --init --recursivefrom inside the tree - Open
sanear-dll.slnsolution file and build
