Skip to content

fcbg-hnp-meeg/demo-realtime

Repository files navigation

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-hnp-meeg/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)