audio - What setup would you recommend for a serverside Synthesizer? -


briefly put, want create website, outputs audiostream based on input given client in synthesizer-like interterface. accessing site have exact same audiostream , state of interface, want work done server , let client manage input. while not newbie programming, bit overwhelmed amount of possibilities implement that. can recommend practical setup this, libraries (programming language may tied this) use serverside, clientside , technology efficient way communicating between them? know, isnt quickest question answer, appreciate help.

ps: project meant educational me , not of commercial use or anything

"synthesizer" vague... isn't clear functionality expecting , @ latencies.

in case, start node.js , implementation of web audio api. https://github.com/sebpiq/node-web-audio-api unfortunately, package isn't finished, it's along know of.

liquidsoap has quite bit of functionality might find useful.

depending on needs, different approach have server application use osc or midi control professional soft synths (or real hardware!) , stream audio.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -