Liam Overett
Liam Overett
*Standalone builds:* - Windows - Windows64 - Linux64 - OSX *Mobile builds:* - Android - iOS Had to go into the plugin folder and add Android as an excluded platform...
Other implementaions of `liblsl` (e.g. [`pylsl`](https://github.com/chkothe/pylsl/blob/69466d658958c90797c18f03fa41122f6e489ca3/pylsl/pylsl.py#L521-L550), [`liblsl-Matlab`](https://github.com/labstreaminglayer/liblsl-Matlab/blob/a21584c7129c14cfad7c5f4077a90ece47bfb46b/lsl_resolve_byprop.m) and [`liblsl-rust`](https://github.com/labstreaminglayer/liblsl-rust/blob/afa1d251674591c11ebc06070de60914b6dafccf/src/lib.rs#L1007-L1056) say that if you're looking for a specific stream, the prefered method is to use `resolve_byprop()`. > """Resolve all streams with...
Changed how `TimeSync` behaves so only one instance of that object can exist in a scene at any given time. This fits with the "one source of truth" for timestamps...
Is there an appetite to upgrade to .NET 8.0? I was thinking something along the lines of what @dmedine [did](https://github.com/Diademics-Pty-Ltd/LibLSL)? I've seen issues and PRs across the LSL wrappers mentioning...
Use Python's Enum class to group the channel value formats and post processing flags. Doing this groups the two sets of variables into semantically meaningful classes and now the attributes...