-
I built odas with no problems.
I installed node.js and ran npm install with no issues.
I ran npm start. I am using ReSpeaker Mic array v2 so I chose bin/odaslive as the core and odaslive/respea…
-
Hi there,
Our lab bought a [16SoundsUSB](https://github.com/introlab/16SoundsUSB) from your lab recently, and we are trying to test [odas](https://github.com/introlab/odas) on it.
The problem i…
-
Recently @zhaobin74 found an issue with this code in `gcm_run.j` when running coupled:
https://github.com/GEOS-ESM/GEOSgcm_App/blob/3323d122f96f2af8cb1247d9d55432a5b2085f84/gcm_run.j#L649-L660
T…
-
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 any input and all valu…
-
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 on hardware/m…
-
-
How is the progress of the official release doing? Could you give an approximation of when it (and the complete tutorial) will be released?
-
Hi,I am a newcomer to sound localization,I want to know whether this code can be used to far-filed with linear microphone array, such as 4 mic. If not ,could you please give me some advice ? Thank y…
-
Hello @FrancoisGrondin ,
I have changed the sampling rate (48000hz), hop size (2048), frame size (4096) to do some experiment. SSL works well but SST no longer works (the big highlighted dots do no…
-
**Describe the bug**
In the scenario where an enumeration is stored as one size (say 2-byte `int`) and used in a x86 `TEST` instruction (as a `byte` - could be either `high`or`low`) the `C` output is…