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
Release files for pyscab 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyscab-1.0.1.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyscab-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.7 kB
Release files / pyscab-1.0.1.tar.gz
| Download URL | pyscab-1.0.1.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61a486e06e8faf42d72ac0d4aa68fe6c920e8269816d5983397f6a459bfd6196
|
|
BLAKE2b-256 checksum How to use checksums |
5a3dbf3de31b9750ba803a7128df7561325ddac0b31fb6da53fb461b5eab9c79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.14
|
Release files / pyscab-1.0.1-py3-none-any.whl
| Download URL | pyscab-1.0.1-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cbc03168e9fa72826f2a272b7b89bd0e4c2995cbb25588657c3111b7126a3c83
|
|
BLAKE2b-256 checksum How to use checksums |
f9c66d23bb50ee8f6c28b216455dede55aca103e9ea0b07658717b168bba5006
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.14
|