Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1baa5c58d1df6e3e105239905271c857a83605de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 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