NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
436 stars 124 forks source link

added sample rate in def present #163

Closed danielemarinazzo closed 2 years ago

danielemarinazzo commented 2 years ago

I had an error since sampleRate was not defined in sound ptb from psychopy, so I added it (consistent with ssaep.py)

ErikBjare commented 2 years ago

Thanks! :)