-
Notifications
You must be signed in to change notification settings - Fork 254
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.
A video is coming soon!
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. See the configuration page for details about what to put in your configuration file.
Once the configuration file (let's call it myConfigFile.cfg
) is ready, you can launch ODAS as follows:
./odascore -c myConfigFile.cfg
Provided by IntRoLab, Université de Sherbrooke, Québec, Canada.