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

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2016-02-21 11:45:34 +0300
committerAlex Marsev <alex.marsev@gmail.com>2016-02-21 11:45:34 +0300
commite06258b7d906cb1e99d22c73904f9b392948afec (patch)
tree979b18d70fcc1c981cbd70cd4f0a94e42753c0e9
parentba093a7d9bd4be18689e734c267b4da057e565a9 (diff)
Fill up README.md some more
Wow. Such style. Much information.
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74f37bb..1baa5c5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-### Compilation instructions (standalone filter)
+## 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