stimuli

Accurate auditory stimuli.

https://github.com/mscheltienne/stimuli

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Accurate auditory stimuli.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • Open Issues: 1
  • Releases: 11
Created about 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Ruff Code style: black Imports: isort codecov tests doc PyPI version Downloads Conda Version Conda Downloads Conda Platforms

Stimuli

This repository contains auditory stimuli that do not require PsychoPy. The auditory stimuli use the python sounddevice library.

Installation

This repository is available for python 3.11 on pip with the command pip install stimuli or on conda-forge with the command conda install -c conda-forge stimuli.

Usage

Audio stimulus

``` from stimuli.audio import Tone from stimuli.time import sleep from stimuli.trigger import ParallelPortTrigger

trigger = ParallelPortTrigger("/dev/parport0") sound = Tone(frequency=1000, volume=80, duration=1) sound.play(when=0.2) sleep(0.2) trigger.signal(1) ```

Owner

  • Name: Mathieu Scheltienne
  • Login: mscheltienne
  • Kind: user
  • Location: Geneva
  • Company: FCBG

M/EEG engineer on the Human Neuroscience Platform at FCBG (Geneva).

GitHub Events

Total
  • Create event: 11
  • Release event: 1
  • Issues event: 2
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 45
  • Pull request event: 11
Last Year
  • Create event: 11
  • Release event: 1
  • Issues event: 2
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 45
  • Pull request event: 11

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 6
  • Average time to close issues: 32 minutes
  • Average time to close pull requests: 2 months
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 1
  • Pull requests: 6
  • Average time to close issues: 32 minutes
  • Average time to close pull requests: 2 months
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
  • vferat (1)
Pull Request Authors
  • dependabot[bot] (5)
  • pre-commit-ci[bot] (3)
  • mscheltienne (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5) github_actions (3)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 127 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 18
  • Total maintainers: 1
pypi.org: stimuli

Precise auditory stimuli.

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 127 Last month
Rankings
Dependent packages count: 10.0%
Average: 18.7%
Dependent repos count: 21.7%
Downloads: 24.4%
Maintainers (1)
Last synced: 9 months ago
conda-forge.org: stimuli
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 49.4%
Dependent packages count: 51.2%
Forks count: 54.2%
Stargazers count: 58.4%
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
  • matplotlib *
  • numpy >=1.21
  • opencv-python *
  • psutil *
  • scipy *
  • screeninfo *
  • sounddevice *
.github/workflows/doc.yaml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • LABSN/sound-ci-helpers v1 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/publish.yaml actions
  • LABSN/sound-ci-helpers v1 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/pytest.yaml actions
  • LABSN/sound-ci-helpers v1 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v4 composite
.github/workflows/stubs.yaml actions
  • LABSN/sound-ci-helpers v1 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite