Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 953 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 953 Bytes

Code style: black Imports: isort codecov tests

Real-time demo using LSL

This repository can be installed via pip with pip install git+https://github.com/fcbg-platforms/demo-realtime.

It implements simple real-time demonstration using MNE-LSL.

Example

from demo_realtime import nfb_filling_bar

stream_name: str = "My LSL Stream"
nfb_filling_bar(stream_name)