https://github.com/sbl/chimera
Auditory chimera
https://github.com/sbl/chimera
audio dsp python scipy
Last synced: 2 months ago
JSON representation
Auditory chimera
- Host: GitHub
- URL: https://github.com/sbl/chimera
- Owner: sbl
- Created: 2017-11-12T19:12:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T22:47:34.000Z (over 7 years ago)
- Last Synced: 2025-03-28T20:46:29.343Z (3 months ago)
- Topics: audio, dsp, python, scipy
- Language: Python
- Size: 465 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chimera synthesis
[](https://travis-ci.org/sbl/chimera)> Any sound can be mathematically factored into the product of a slowly
> varying envelope (also called modulation), and a rapidly-varying fine time
> structure (also known as carrier). Our goal is to find out which of the two
> factors, envelope or fine structure, is the most important for auditory
> perception. To do so, we synthesize novel stimuli which have the envelope
> of one sound and the fine structure of another sound. We call these
> stimuli "auditory chimeras" by analogy with the mythological beasts which
> have the head of a lion, the body of a goat, and the tail of a serpent.(from: http://research.meei.harvard.edu/chimera/index.html)
### what?
This is a python implementation of chimera synthesis, as originally
implemented by Bertrand Delgutte in
[matlab](http://research.meei.harvard.edu/chimera/More.html).### install
- `python setup.py install`
### usage
see jupyter notebook for a usage example