本文介绍了javascript osc库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否存在针对javascript的开放声音控制库?我似乎找不到任何有关此的信息.
Does an open sound control library exists for javascript? I cant seem to find any information on this.
推荐答案
Web套接字是,确实,这是在浏览器中实现OSC的最佳方法-但是由于缺乏支持,其次之选是自定义HTTP服务器. 正在努力进行构建-我尚未检查该过程,因此请自己看看看看它是否符合您的目的.
Web sockets are, indeed, the best way to implement OSC in a browser - but, with lacking support, the next-best thing is a custom HTTP server. An effort is underway to build one - I've not checked out the process, so have a look yourself to see if it fits your purposes.
这篇关于javascript osc库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!