kromosynth-render
gRPC rendering server, accepting URLs to genomes and returning a rendered sound.
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
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
Metadata Files
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.
Owner
- Name: synth.is
- Login: synth-is
- Kind: organization
- Website: https://synth.is
- Twitter: wavekilde
- Repositories: 3
- Profile: https://github.com/synth-is
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
- tensorflow/tensorflow latest-gpu build
- 274 dependencies
- 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