API reference¶
Auto-generated from docstrings via mkdocstrings. Pick the part of the library you're working with — or, for a signatures-only lookup, use the API cheatsheet.
-
Core
App lifecycle, shared context, streams, layout, and event helpers.
-
Control standard
Declare what an app controls by name; a
Targetdrives it. -
Keyboard
Press keys when a control is active — a target that is not a hand.
-
Sources
Live devices, LSL inlets, serial transports, or recorded replays.
-
Outlets
Publish a vector to a downstream consumer at a steady rate. To drive something, see
Target. -
Bridges
Subprocess acquisition for heavy data that doesn't fit the LSL pull model.
-
ML pipeline
Train / predict hooks, pipeline state, and model persistence.
-
Widgets
Every public widget: viewers, plots, recording, training, status.
-
Models
Constructor recipes for CatBoost / scikit-learn estimators.
-
Session
Read back recorded sessions: labeled / aligned windows, raw store.
-
Filters
Output-side smoothing for prediction control vectors.