-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integration with LSL ? How to send data to LSL? #184
Comments
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 |
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. |
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.
The text was updated successfully, but these errors were encountered: