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)

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)

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