odas icon indicating copy to clipboard operation
odas copied to clipboard

ODAS: Open embeddeD Audition System

Results 117 odas issues
Sort by recently updated
recently updated
newest added

Hi, The sound source localisation is working and i can get the coordinates for the sources on the unit sphere as expected. However, the sound source tracking is not returning...

Hi, ODAS keeps throwing up this error whenever i try to run ODAS alongside any other sound or music based process running simultaneously, be it whether i have just a...

Silly question, is it possible to connect to ODAS using UDP sockets instead of TCP? If so how can this be done?

Hi, is it possible to send the sound of a tracked, localised and separated sound source to a FFT spectrum and waterfall program like https://www.ocenaudio.com/ ?

Hopefully this will enable many enthusiasts like me to get started in this fascinating topic :) Just to set my expectations right, what sort of experiments could I do with...

How do you convert RAW files to WAV? Currently i'm doing this: ``` import numpy as np import wave RESPEAKER_WIDTH = 2 RESPEAKER_RATE = 16000 def write(filename, data): wf =...

Hi, I would like to use odaslive to process .raw input files without using the odas_web GUI. Is there a commandline form to do this? Thanks!

Very interested in using ODAS for sound source localisation and tracking in, and across rooms with a fair amount of echo and ambient noise; thus would much appreciate any recommendations...

Hi, I tried to test multiple source tracking on the latest ODAS version and I can't have it working. I used odas_web to have a visualization of the source tracking...

Hello, I'm testing odas sound source localization (ssl) with simulated audio signal. First, I saved ssl result in json file (for example potential_ssl.json). Using python script, I read the json...