You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namaste, and thanks for building this wonderful application, I have been using this for DOA logging and 3d mapping (with multiple arrays) for bird calls
I have prototyped and tested with some success (basic functionality, accuracy in filed etc). I planning to work on 2 bottlenecks to adoption, and an extended feature. Guidance from you will be of help, as i am stuck in these endeavors.
Please see three areas where i am working:
Portability: Want to build a lite version of odas_web, which runs on a browser window. I have been able to open websockets & listen on ports 9000,9001,10000 &10001 . But odaslive does not run, unless odas_web application is running. .
if i try to listen on the ports with another application, It gets stuck somewhere in main.c/threads.c (after threads_multiple_join(aobjs); is called). Please guide me to build a plugin that reads the SST, SSL, SSS json packets from a browser. It will reduce a significant barrier for adoption, and allow new users to custom build their own visualizers.
Pulseaudio plugin - I have used the pulseaudio interface with some success, unfortunately am able to get only 2 channels (issue on pulseaudio side) . The use case is that I want to send audio to other applications in parallel to Odas (recording, spectogram viewer etc) Trying to resolve issues on pulseaudio side, but if you are aware of anyone else who has used pulse audio with success, please point me in their direction!
Known Sound Tracking: After going through the code, my plan is to create another object sound_classify_obj , and allow it to set flags in the mod_sst_obj, . So 'pots' with a 'known sound' will automatically be fed to kalman filters to generate a source, am I on the right track?
Hope you can help me with these..
Thanks, Merry Xmas & a Happy New Year.
The text was updated successfully, but these errors were encountered:
@GodCed @FrancoisGrondin
Namaste, and thanks for building this wonderful application, I have been using this for DOA logging and 3d mapping (with multiple arrays) for bird calls
I have prototyped and tested with some success (basic functionality, accuracy in filed etc). I planning to work on 2 bottlenecks to adoption, and an extended feature. Guidance from you will be of help, as i am stuck in these endeavors.
Please see three areas where i am working:
Portability: Want to build a lite version of odas_web, which runs on a browser window. I have been able to open websockets & listen on ports 9000,9001,10000 &10001 . But odaslive does not run, unless odas_web application is running. .
if i try to listen on the ports with another application, It gets stuck somewhere in main.c/threads.c (after threads_multiple_join(aobjs); is called). Please guide me to build a plugin that reads the SST, SSL, SSS json packets from a browser. It will reduce a significant barrier for adoption, and allow new users to custom build their own visualizers.
Pulseaudio plugin - I have used the pulseaudio interface with some success, unfortunately am able to get only 2 channels (issue on pulseaudio side) . The use case is that I want to send audio to other applications in parallel to Odas (recording, spectogram viewer etc) Trying to resolve issues on pulseaudio side, but if you are aware of anyone else who has used pulse audio with success, please point me in their direction!
Known Sound Tracking: After going through the code, my plan is to create another object sound_classify_obj , and allow it to set flags in the mod_sst_obj, . So 'pots' with a 'known sound' will automatically be fed to kalman filters to generate a source, am I on the right track?
Hope you can help me with these..
Thanks, Merry Xmas & a Happy New Year.
The text was updated successfully, but these errors were encountered: