NeuroTechX / EEG-ExPy

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

ssaep volumefadingfixes #81

Closed JohnGriffiths closed 3 months ago

JohnGriffiths commented 3 years ago

Fixes an issue with volume fading out in ssaep_onefreq experiment by placing the sound object creation inside the trials loop.

Also a few other improvements to the code.

ErikBjare commented 3 years ago

Typechecking issues were fixed in https://github.com/NeuroTechX/eeg-notebooks/commit/af937bbf74ff6125f096c333e50e89d9a9c70db8, rebasing on master should fix it.

JohnGriffiths commented 3 months ago

this seems good to merge.