The Virtual Acoustics project is free, open source real-time auralization framework. It is distributed under the terms of the Apache License Version 2.0.
The official website can be found at http://www.virtualacoustics.org
The official website can be found at http://www.virtualacoustics.org.
@section vabase_sec VABase
...
...
@@ -44,7 +44,7 @@ You should also have received a copy of the License with the VA software package
@section vabase_getting_started_sec Getting started
If you are a C++ developer and want to investigate the interface and integrate VA into your application, the first contact point should be the VABase interface representad by the #IVAInterface class.
If you are a C++ developer and want to investigate the interface and integrate VA into your application, the first contact point should be the VABase interface represented by the #IVAInterface class.
If you are planning to create a binding for any other programming and/or scripting language, also have a look at VANet and the #IVANetClient class.
If you want to host a VA server or want to extend the core of VA by new rendering and reproduction modules, see #VACore.