Version 1.3🔗
Improve logging to set MNE’s logger level to currently set MNE-LSL level in MNE-LSL functions using MNE’s function under the hood (#219 by Mathieu Scheltienne)
Use the currently set logger level as replacement for
verbose=None
in MNE-LSL functions (#219 by Mathieu Scheltienne)Add IIR filter support to the LSL stream through
mne_lsl.stream.StreamLSL.filter()
(#218 by Mathieu Scheltienne and Eric Larson)Add IIR notch filter support to the LSL stream through
mne_lsl.stream.StreamLSL.notch_filter()
(#226 by Mathieu Scheltienne)
API changes (backward incompatible)🔗
Add
n_repeat
argument toPlayerLSL
to support looping a file a fix number of times (#223 by Mathieu Scheltienne)