-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello,
I made a small app to take data from the spikerbox pro and stream it over LSL. The app can be found here: https://github.com/labstreaminglayer/App-BackyardBrains/
By running this application, the data can be retrieved easily in Python/Matlab/C#(Unity). However, my app has a problem in that it won't run properly in Release mode, only in Debug! This makes it quite difficult to distribute because the MSVC redistributable doesn't include debug DLLs.
I don't have access to your hardware; I was remote controlling a colleague's computer while testing this. It would be great if someone with the hardware could take this up and help out.
Or, an even better solution would be if you were to integrate LSL streaming directly in your spike-recorder application, so your users could simply toggle a button to enable the LSL output. If this is something that you're interested in then I could provide a skeleton of a pull request to outline how this might be achieved, but without the hardware I can't do much to get all the details right.