integration with LSL ? How to send data to LSL?
Thank you Kyle for making this super awesome project.
I have a project that is using LSL and would love to know how to integrate it with this package.
can you explain what you are trying to do?
I am using an app that uses LSL and wondering how to send data from RxJS to the LSL app.
what is the app running on?
it's a unity3d app
https://github.com/luisqtr/exciteometer
The app uses LSL and uses LSL libraries so it doesn't work for web. However if RxJS stream is a valid "observable" LSL stream then it would be fantastic.
im not sure, but have used this alot prior to moving to web: https://github.com/alexandrebarachant/muse-lsl
Ah, that uses the python version of LSL.
yes is there a reason you need to run the LSL EEG stream from the web?
Yes, because the app is also a unity webgl app that runs in the browser. Users can connect their devices via web bluetooth to the webgl app.