kromosynth-render

gRPC rendering server, accepting URLs to genomes and returning a rendered sound.

https://github.com/synth-is/kromosynth-render

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

gRPC rendering server, accepting URLs to genomes and returning a rendered sound.

Basic Info
  • Host: GitHub
  • Owner: synth-is
  • Language: JavaScript
  • Default Branch: master
  • Size: 193 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.md

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

Owner

  • Name: synth.is
  • Login: synth-is
  • Kind: organization

Repositories related to the evolutionary sound innovation project synth.is

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Jónsson"
  given-names: "Björn Þór"
  orcid: "https://orcid.org/0000-0003-1304-5913"
title: "synth-is/kromosynth-render: 2023-11-30"
version: 2023-11-30
doi: 10.5281/zenodo.10228909
date-released: 2023-11-30
url: "https://github.com/synth-is/kromosynth-render"

GitHub Events

Total
  • Release event: 1
  • Push event: 12
Last Year
  • Release event: 1
  • Push event: 12

Dependencies

render-socket/Dockerfile docker
  • tensorflow/tensorflow latest-gpu build
render-socket/package-lock.json npm
  • 274 dependencies
render-socket/package.json npm
  • kromosynth ^1.0.9
  • minimist ^1.2.8
  • node-fetch ^3.3.1
  • node-web-audio-api 0.11.0
  • virtual-audio-graph github:synth-is/virtual-audio-graph
  • websocket ^1.0.34
  • ws ^8.14.1