Exploring the percept of AM-only vibrato. See test_synthesis.ipynb for an overview and to hear stimulus examples.
.
├── LICENSE
├── README.md
├── audio
│ ├── ana
│ └── syn
├── build_stimuli.py --> Run this script to build stimuli/directory structure.
├── data
├── etc
│ ├── OLD_amp_mod.py
│ ├── timbral_vibrato.py
│ └── vowel_spectra.py
├── src
│ ├── analysis.py
│ ├── defaults.py
│ ├── macro.py
│ ├── synthesis.py
│ └── util.py
└── test
├── test_morpher.ipynb
├── test_rate.ipynb
├── test_synthesis.ipynb --> See this script for an overview of the stimulus types.
└── test_world.ipynb