python implementation of scab (stimulation controller for auditory brain-computer interface)
Project description
scab-python
python implementation of scab (stimulation controller for auditory bci)
This package allows users to present auditory stimuli for brain-computer interface. It can send marker signal to amplifier with low latency and small jitter.
Install
You can install package from pypi by using pip.
Before installing pyscab, you may need to install PyAudio. See below instruction for installing PyAudio.
pip install pyscab
-
requirment
numpy and pyaudio is required to use this package.
This package was developed and tested under python=3.8, numpy=1.22.3 and pyaudio=0.2.11. However, it may work on other version as well. (not tested) -
Installing PyAudio (on Windows)
DO NOT INSTALL PyAudio Package by using pip command on Windows environment, otherwise ASIO driver can't be used.
Instead of using pip, download wheel file which is fit for your environment from here and install by following command.
pip install PATH_TO_WHL_FILE.whl
Documentation
You can find the document here
Misc
Author : Simon Kojima
Guest Researcher at Donders Institue, Radboud University, Nijmegen, Netherlands
Ph.D. Stundent at Shibaura Institue of Technology, Tokyo, Japan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyscab-1.0.1.tar.gz
.
File metadata
- Download URL: pyscab-1.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61a486e06e8faf42d72ac0d4aa68fe6c920e8269816d5983397f6a459bfd6196 |
|
MD5 | e729cfbc2af4e8fb5ff8ad15916ef038 |
|
BLAKE2b-256 | 5a3dbf3de31b9750ba803a7128df7561325ddac0b31fb6da53fb461b5eab9c79 |
File details
Details for the file pyscab-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyscab-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbc03168e9fa72826f2a272b7b89bd0e4c2995cbb25588657c3111b7126a3c83 |
|
MD5 | c96934dec0d1e97f6e1e17f175cdc4a5 |
|
BLAKE2b-256 | f9c66d23bb50ee8f6c28b216455dede55aca103e9ea0b07658717b168bba5006 |