8000 GitHub - Gl0dny/odas: ODAS: Open embeddeD Audition System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ odas Public
forked from introlab/odas

ODAS: Open embeddeD Audition System

License

Notifications You must be signed in to change notification settings

Gl0dny/odas

 
 

Repository files navigation

ODAS

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 ODAS wiki describes how to build and run the software.


Hexapod build - Raspberry Pi 4 Bookworm

sudo apt-get install libfftw3-dev libconfig-dev libasound2-dev libgconf-2-4

---
Dependency issue for uuid-dev
---

wget http://ftp.de.debian.org/debian/pool/main/u/util-linux/uuid-dev_2.38.1-5+deb12u1_armhf.deb
sudo dpkg -i uuid-dev_2.38.1-5+deb12u1_armhf.deb
dpkg -l | grep uuid-dev

hexapod@hexapod:~ $ dpkg -l | grep uuid-dev
ii  libossp-uuid-dev:armhf               1.6.2-1.5+b11                    armhf        OSSP uuid ISO-C and C++ - headers and static libraries
ii  uuid-dev:armhf                       2.38.1-5+deb12u1                 armhf        Universally Unique ID library - headers and static libraries

sudo apt-get install libpulse-dev

sudo apt-get install cmake
git clone https://github.com/introlab/odas.git
mkdir odas/build
cd odas/build
cmake ..
make

ROS: Please visite the odas_ros project.

ODAS Demonstration

License

ODAS is provided with the MIT license.

Graphical User Interface (GUI) for Data Visualization

Please have a look at the odas_web project. GUI

Open Source Hardware from IntRoLab

  • 8SoundsUSB, 8 inputs, USB powered, configurable microphone array.
  • 16SoundsUSB, 16 inputs, USB powered, configurable microphone array.

Papers

You can find more information about the methods implemented in ODAS in these papers:

About

ODAS: Open embeddeD Audition System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Other 0.8%
0