odas icon indicating copy to clipboard operation
odas copied to clipboard

ODAS: Open embeddeD Audition System

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

I am running ODAS on a Xavier AGX and trying to run a miniDSP UMA-16, but get no activity when I am recording. Has anyone tried to make a config...

Hi, I got theses data : `{ "timeStamp": 520, "src": [ { "x": 0.896, "y": 0.376, "z": 0.235, "E": 0.317 }, { "x": 0.990, "y": 0.073, "z": 0.117, "E": 0.116...

I work with pseye and it can't set 48000hz unless I do this change ./src/general/interface.c:268: sprintf(deviceName, "hw:%u,%u", card, device); to ./src/general/interface.c:268: sprintf(deviceName, "plughw:%u,%u", card, device);

Hi, I used ReSpeaker Mic Array v2.0 (4 mic array) with ODAS and captured SSL json output in 4 directions(DOA = 0, 90, 180, 270) as in below picture. I...

Hi, I don't understand the principle of calculating octagon points in fine resolutions grids.Can you tell me where this computing idea comes from or some documents that I can refer...

![Screenshot from 2020-05-18 18-51-36](https://user-images.githubusercontent.com/62504906/82207043-cd050580-993b-11ea-814f-058ef42fda88.png) I config ./odaslive -c matrix_voice.cfg -v in the odas_bin.Open another terminal and run npm start.The resullt as shown in the picture( + Initializing configurations...... [Done] |...

sorry to bother you again. I want to know whether this project can beamforming? I see some infomation assoicated with beamforming in steer2demixing.c. the configuration file contains 'dmvdr', but nothing...

Hi, I am using Respeaker mic array v 2.0 to save the raw audio stream. I plan to get the audio stream using pyaudio/portaudio, and then feed it into ODAS....

I am testing ODAS for possible use in a computer interactive art piece to isolate participants and performers giving voice commands from the ambient noise/music of the active space. In...

Hi, I was wandering if there is a minimum number of microphones necessary in order to use the ODAS system. I am looking into building a measurement mic array an...