diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000000000000000000000000000000000000..b29026088c3e78456e77d3dc8b98d9ba940a8ee8 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1 @@ +Copyright 2015-2016 Institute of Technical Acoustics, RWTH Aachen University. Any usage and distribution is prohibited, unless explicitly granted by the authors. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..62add88b63cab43b5bceb2cb1b43e50b1ac9086d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## ITAConvolution + +ITAConvolution is a C++ library for convolving two time signals or an input signal with an impulse response. It also includes real-time filtering components that apply efficient block-based convolution using FFT. + +### License + +See [LICENSE](LICENSE.md) file. \ No newline at end of file