Phonosyne: Sound Effect Creation
This is a pipeline of prompts to create sound effects with direct sample manipulation using numpy
and scipy
. Describe the sound effect you want to create and the pipeline will output the code to create it.
Intersecting AI, community, and creativity
This is a pipeline of prompts to create sound effects with direct sample manipulation using numpy
and scipy
. Describe the sound effect you want to create and the pipeline will output the code to create it.
Takes a description of a sound effect, splits it into its components, then gives a list of sound design instructions for each component sound.
Takes a list of sound design instructions and outputs a python script to generate the sound effect sample by sample using `numpy` and `scipy`.