Jaycee Lydian

Intersecting AI, community, and creativity

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.

Lexis Analyzer Source | ChatGPT

Takes a description of a sound effect, splits it into its components, then gives a list of sound design instructions for each component sound.

Sonitus Compiler Source | ChatGPT

Takes a list of sound design instructions and outputs a python script to generate the sound effect sample by sample using `numpy` and `scipy`.