Chadwick Boulay
Chadwick Boulay
@mrsaeedpour , it looks like the Cognionics LSL integration is calling `push_sample` (instead of `push_chunk` but the app is receiving samples from the device in chunks, so the first sample...
I can't help you because I don't have an Android build environment setup and I don't have the bandwidth to maintain it. Have you seen the following docs? Are you...
@alexandrebarachant , I don't have a need for this anymore because I can now read xdf in Python so I haven't worked on it at all. Can you tell us...
The normal GitHub way to do it would be to fork this repo, make your changes in your own fork, then submit a pull request. The pull request interface has...
I don't know of any formal rules, but in my experience people aren't invited to become a collaborator on a repo without first contributing. This serves to dissuade trolls from...
@tstenner and I looked at @Yida-Lin 's PR and we agreed that it doesn't quite fit with what we thought our requirements were, but this comment alone isn't very helpful....
you Can probably delete the mexmac files and use the slower routine. You could also try building the mex files yourself.
Creating an application for a device is next to impossible without the physical device in hand to test. Another prerequisite is that the manufacturer makes available an SDK so that...
@eugene345 I don't think a document outlining the packet structure and the communication protocol exists already. If in your pursuit you think it would be helpful to make a document,...
Are you using the Python wrapper? Can you explain more about what you are trying to do with the data and why transpose is inappropriate in your case? For a...