Skip to content
François Grondin edited this page Nov 16, 2017 · 24 revisions

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.

Getting started

Installation

The first step consists to install prerequisites and compile ODAS from code. Go to the installation page to get the installation procedure.

Configuration

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.

Running

Once the configuration file (let's call it myConfigFile.cfg) is ready, you can launch ODAS as follows:

./odascore -c myConfigFile.cfg
Clone this wiki locally