agencyenterprise / neural-data-simulator

Electrophysiology data simulator for developing brain-computer interfaces
https://agencyenterprise.github.io/neural-data-simulator/
Apache License 2.0
69 stars 7 forks source link

Add compatibility with XDF #61

Open aepinilla opened 7 months ago

aepinilla commented 7 months ago

It would be useful to add a feature that allows importing data from XDF files, which is the format commonly used to record data streamed with LSL.

cboulay commented 7 months ago

Maybe of interest, here is a script to playback XDF files over LSL: https://github.com/xdf-modules/pyxdf/pull/95