Chadwick Boulay
Chadwick Boulay
From `git bisect`, the guilty commit is: 6e0070c2e8907e34458755d4b10a75a455374ba0 The peculiar thing is that the lsl_test_exported fails on my computer but succeeds on the GitHub actions runner for this exact same...
Prompted by a conversation with a user in Slack (whose issue turned out to be firewall blocking UDP), I discovered that clock offset post-processing uses a default timeout of 5.0...
I'm using a pretty uncommon config and I haven't tested in other environments, so this might not be a general problem. Macbook Pro M1Pro, MacOS 12.4, CLion with make and...
Replaces #153 Please refer to that now-defunct PR and its conversation.
After debugging an issue in Slack with users of LSL4Unity, we figured out that the lsl_continuous_resolver was failing to find a marker stream that was easily found with resolve_streams. This...
I encountered a problem that is probably unique to the `outlet_sync` branch but I'm not sure. I'm using `lsl_push_sample_rawtpn` and `pushthrough` is only true every 60th sample (nominal srate 30...
During the [`data_receiver` creation](https://github.com/sccn/liblsl/blob/b7a11bce1d464ce575cdb0ab28c9323a6450a1b9/src/data_receiver.cpp#L24-L35), it initializes `consumer_queue sample_queue_` with `max_buflen` [here](https://github.com/sccn/liblsl/blob/b7a11bce1d464ce575cdb0ab28c9323a6450a1b9/src/consumer_queue.cpp#L10-L15). In the former (data_receiver), it throws an error if max_buflen < 0. This error can never be thrown because...
## `push_chunk` -- memcpy entire chunk instead of enqueue sample-by-sample I'm guessing we would need transform the `sample` class so the `data_` member was a pointer to an address within...
It would be great if liblsl could be installed simply with a one-liner on Mac and Linux platforms, and with an installer on Windows. - [ ] Debian: `apt-get install...
I'm using the pylsl wrapper but there's nothing python specific about this problem (unless it's calling arguments out of order?) Here's the description of `max_chunklen` in the pylsl documentation: ```...