Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 608 Bytes

Instructions

XDF latency analysis of LSL data streams: Unity (triggered) vs EEG (measured)

Situation

Every 500ms a beep sound is played and the background color changes one frame from black to white.

Changing Background

Unity (90 FPS)

  • Color change (black or white background)
  • Beep sound (audio playing or not)

EEG (1024 Hz)

  • Photodiode (light sensor)
  • Microphone (audio sensor)

How to run it

Just install the Python requirements:

pip install -r requirements.txt