关于构建最多 32 轨的基于浏览器的音频混音器的建议
作为个人爱好,我希望构建一个在线音频混音器,我可以在其中上传单独的乐器轨道,控制每个轨道的单独音量,并导出混合版本。我一直在尝试(并且已经非常接近)使用javascript。如果可能的话,我真的很想远离闪存,但我真的在寻找可尝试的技术建议。如果有人对擅长此类功能的语言或我缺少的库有任何建议,请告诉我!
我有一个一直在使用的测试环境:
http://driverstestpractice.com/sandbox
目前,站点设置为点击轨道,以便测试轨道同步(正如您所知,这有点偏离)!
谢谢!
As a personal hobby I am looking to build an online audio mixer where I can upload individual instrument tracks, control individual volumes of each track, and export the mixed down version. I've been trying (and have come pretty close) with javascript. I really would like to stay away from flash if possible, but I'm really looking for suggestions for technologies to try. If anyone has any suggestions on languages that are good at stuff like this or libraries that I am missing, please let me know!
I have a test environment that I have been using:
http://driverstestpractice.com/sandbox
Currently all tracks on the site are set to the click track in order to test the track sync (which as you can tell is a little off)!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己对此没有任何经验,但我记得看到过这个 来自 Ajaxian.com。
I don't have any experience with this myself, but I remember seeing this from Ajaxian.com.