mne-lsl icon indicating copy to clipboard operation
mne-lsl copied to clipboard

A framework for real-time brain signal streaming with MNE-Python.

Results 9 mne-lsl issues
Sort by recently updated
recently updated
newest added

Idea: - [ ] Test if the new variable-length string dtype, numpy.dtypes.StringDType in numpy 2.0 can be used to pull strings

2 configuration variable could be added: - one to ignore the minimum version check - one to specify a different download folder

🌟 enhancement

An XDF recording contains one or multiple streams. It would be useful that a Player can be created from an XDF recording and mock all available streams, including irregularly sampled...

🌟 enhancement
player

The StreamViewer API needs an overhaul. It will be rename as `Viewer` to match the new `Stream` and `Player` API. The new `Viewer` API will interface with one or more...

🌟 enhancement
viewer

The StreamRecorder API was removed in favor of LabRecorder. A `Recorder` API should complement the `Stream`, `Player` and `Viewer` API. The recorder API must be able to control a LabRecorder...

🌟 enhancement
recorder