Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 701 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 701 Bytes

kromosynth render

Rendering servers (WebSocket), accepting URLs to genomes, or the genomes as a string, and returning a rendered sound.

Currently there are two server variants, rendering sounds with the kromosynth CPPN+DSP synthesis approach (CSSN): one returning PCM (integer) data (socket-server-pcm.js), used by synth.is/evoruns-explorer; the other returning the rendered audio buffers as arrays of floating point numbers (supported by another websocket implementation, ws), used by evoruns controlled by kromosynth-cli, when configured to communicate with (distributed) websocket servers.

DOI