Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rob-luke/auditorystimuli.jl
Generate audiory stimuli
https://github.com/rob-luke/auditorystimuli.jl
auditory auditory-stimuli sounds
Last synced: 9 days ago
JSON representation
Generate audiory stimuli
- Host: GitHub
- URL: https://github.com/rob-luke/auditorystimuli.jl
- Owner: rob-luke
- License: other
- Created: 2018-07-17T05:03:34.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T01:09:28.000Z (9 months ago)
- Last Synced: 2024-10-15T18:30:51.436Z (24 days ago)
- Topics: auditory, auditory-stimuli, sounds
- Language: Julia
- Homepage: https://rob-luke.github.io/AuditoryStimuli.jl
- Size: 39.9 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# AuditoryStimuli.jl goes beep and ssshhh
![Tests](https://github.com/rob-luke/AuditoryStimuli.jl/workflows/Tests/badge.svg)
[![codecov.io](http://codecov.io/github/rob-luke/AuditoryStimuli.jl/coverage.svg?branch=master)](http://codecov.io/github/rob-luke/AuditoryStimuli.jl?branch=master)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03613/status.svg)](https://doi.org/10.21105/joss.03613)Generate auditory stimuli for real-time applications. Specifically, stimuli that are used in auditory research.
## Stimuli
This package provides low levels tools to build any stimulus.
It also provides high level convenience functions and examples for common stimuli such as:
* Amplitude modulated noise
* Harmonic stacks or harmonic complexes
* Binaural stimuli with user specified interaural correlation
* Frequency following response stimuli
* and more...## Documentation
https://rob-luke.github.io/AuditoryStimuli.jl
## Community guidelines
I warmly welcome any contributions from the community.
This may take the form of feedback via the issues list,
bug reports (also via the issues list),
code submission (via pull requests).
Please feel free to suggest features, or additional stimuli you are interested in.
Or if you just want to show support, click the star button at the top of the page.## Acknowledgements
This package is built on top of the excellent packages:
* [SampledSignals](https://github.com/JuliaAudio/SampledSignals.jl)
* [Unitful](https://github.com/ajkeller34/Unitful.jl)
* [Plots](https://github.com/JuliaPlots/Plots.jl)If you use this package please cite:
```text
Luke, R., (2021). AuditoryStimuli.jl: A Julia package for generating real-time auditory stimuli.
Journal of Open Source Software, 6(65), 3613, https://doi.org/10.21105/joss.03613
```