From 71ef320a227e56b3abad5be862bf94f3b4b8a209 Mon Sep 17 00:00:00 2001 From: Jonas Stienen Date: Sun, 8 Jan 2017 21:06:15 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 101cc82..677acbf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ ## ITASampler ITASampler is a C++ library for adding samples at certain times from a lookup-table on a data source. +It is a component from [ITACoreLibs](https://git.rwth-aachen.de/ita/ITACoreLibs), a collection of C++ libraries for virtual acoustics. ### License See [LICENSE](LICENSE.md) file. + +### Quick build guide + +Follow instructions from Wiki pages of [ITABase](https://git.rwth-aachen.de/ita/ITABase/wikis/home) project. -- GitLab