Main question: I’m trying to build a brain-computer interface (BCI) experiment in Python that involves “high frequency” flashing (SSVEP), decision-making stimuli (P300), signal acquisition (EEG, with OpenBCI), and classifiers. I’ve been trying to use Psychopy toolbox for the interface part, but, unfortunately, it has been such a headache to make it work properly in parallel with the other processes on
Tag: plugins
How to call audio plugins from within Python?
I’ve noticed that some open source DAWs such as Ardour and Audacity are able to access audio plugins (e.g. VST, AU) that the user has installed on their system. This makes me think that “there ought to be a way” to do this in general. Specifically, I’d like to call some plugins from within my own audio-processing application, which I’m