Chadwick Boulay

Results 382 comments of Chadwick Boulay

By the way, thank you for adding this feature! It enabled us to get past one of the sticking points we had when streaming to pynwb. Despite the pasted code...

I added a test that simply attempts to playback one of the files already in the example-files folder. This test fails without the change to the loop argument in this...

> Why can you not just use pylsl? pylsl does not come with the liblsl binaries on Linux and Mac because it assumes you'll have liblsl installed at the system...

Yes. Previously we were shipping binaries inside the wheels for all platforms. However, the MacOS binaries were annoying to maintain because of security issues. The linux binaries were causing more...

There’s non-Debian, arch Linux, Android, all the different flavours of arm (pi), etc. These are all platforms where users complained that pylsl wasn’t working for them. The thing about these...

There are some problems with including it in the liblsl repo. 1. What about the other language bindings? Python, Rust, C-Sharp, Java, etc.? 2. The liblsl repo is in the...

Should be fixed with #126

Which MacOS? Which architecture, x86 or ARM?

It's working fine on the GitHub Actions runner for MacOS for Python 3.9-3.12. Try using the GHA script as a guide for how to setup your environment: https://github.com/labstreaminglayer/pylsl/blob/main/.github/workflows/ci.yml