Chadwick Boulay

Results 324 comments of Chadwick Boulay

I just tested this in a specific application where the main branch works but this one doesn't. When receiving over pylsl, but not a C++ lib, there seemed to be...

Another report here: https://github.com/sccn/liblsl/issues/185

@mgrivich , just to be clear, are you requesting a new release of LabRecorder using the latest liblsl that contains some fixes you were a part of? Or was there...

Should now be fixed in LabRecorder 1.16.4 https://github.com/labstreaminglayer/App-LabRecorder/releases/tag/v1.16.4 Please let me know if the issue persists and we can re-open.

In case anyone comes across this in the future, it shouldn't be necessary to build a lsl wheel. Just use `pylsl`: `pip install pylsl`. I don't know where this error...

This is pretty interesting, though I'm not certain that I understand the problem exactly. Can you please provide minimal scripts to reproduce the problem (one for the inlet, one for...

Hi @LMBooth . Nicely done on the project and thank you for contributing to the LSL ecosystem! I noticed in the documentation that you mentioned performance issues. If you are...

As David mentioned, I think you need to separate the idea of 'process' and 'core' in this discussion. Doing things in multiple processes is great. Pinning processes to cores is...

@dmedine , thanks for pointing out the subtlety in asynchronous and non-blocking. That test is only meant to test Python's Global Interpreter Lock. e.g., if you were to replace `pull_chunk(timeout=5.0)`...

@LMBooth , FYI I ran into this great library that I think you would like: https://riverml.xyz/ I think they didn't prioritize efficiency because most of their use-cases are in a...