mpc-hc / sanear

Robust DirectShow audio renderer. Used in MPC-HC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Have recent Visual Studio installed (free versions like Visual Studio Community 2013 Update 5 or Visual Studio Community 2015 Update 1 work just fine)
  2. Check out master branch of sanear
  3. Ensure that all submodules are up-to-date by running git submodule update --init --recursive from inside the tree
  4. Open sanear-dll.sln solution file and build

About

Robust DirectShow audio renderer. Used in MPC-HC.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 97.6%Language:C 2.3%Language:Batchfile 0.1%