mnelsl_player#

class stream.mnelsl_player.LSLOfflinePlayer(stream_name: str | None = 'lsl_offline_player', f_name: str | PathLike = None, raw: Raw | None = None, sfreq: int | float | None = None, data: ndarray | None = None, ch_type: str | None = 'dbs', chunk_size: int = 10, n_repeat: int = 1)[source]#
start_player(chunk_size: int | None = None, n_repeat: int | None = None, block: bool = False)[source]#

Start MNE-LSL Player

Parameters:
  • chunk_size (int, optional) – Number of samples to stream at once, by default 10

  • n_repeat (int, optional) – Number of times to repeat the stream, by default 1

  • block (bool, optional) – If True, block until streaming is complete, by default False

stop_player()[source]#

Stop MNE-LSL Player

wait_for_completion()[source]#

Block until streaming is complete