-
Notifications
You must be signed in to change notification settings - Fork 251
Home
ODAS stands for Open embeddeD Audition System. This is a library dedicated to perform sound source localization, tracking, separation and post-filtering. ODAS is coded entirely in C, for more portability, and is optimized to run easily on low-cost embedded hardware. ODAS is free and open source.
The first step consists to install prerequisites and compile ODAS from code. Go to the installation page to get the installation procedure.
Each microphone array has a different geometry, and this needs to be configured. Moreover, additional parameters need to be specified to ensure the system will process the signals from a microphone array properly. A tutorial is being written and will be available soon to explain what are the important steps to follow to configure your system. You can also have a look at the configuration page for details about all the parameters in the configuration file.
Once the configuration file (let's call it myConfigFile.cfg
) is ready, you can launch ODAS as follows:
./odaslive -c myConfigFile.cfg
Provided by IntRoLab, Université de Sherbrooke, Québec, Canada.