AudioGridder – DSP servers using general purpose networks and computers

栏目: IT技术 · 发布时间: 6年前

内容简介:AudioGridder allows you to offload DSP processing from your local to remote computers. This can come in handy when mixing complex projects for instance. AudioGridder comes with a plugin and a server that is enabling VST3 and AudioUnit plugins to be hosted

AudioGridder

AudioGridder allows you to offload DSP processing from your local to remote computers. This can come in handy when mixing complex projects for instance. AudioGridder comes with a plugin and a server that is enabling VST3 and AudioUnit plugins to be hosted across the network. Simply run the server component on a remote machine and connect your DAW using the AudioGridder AU/VST3 plugin. You can add remote insert chains into your DAW's signal paths that way. The DSP code of the inserted plugins will be executed on the remote machine and the plugin UI's will be streamed over the wire. This allows for an experience very close to hosting the plugins directly in your DAW but not using your local CPU.

AudioGridder – DSP servers using general purpose networks and computers

This setup proves to be working very well on wired networks. Wireless networks work as well given you have a proper connection that provides low latency and enough bandwidth. There is basically no limitation on the network side, but your DAW has some latency needs. So a common DSL connection through a VPN might be problematic but not impossible.

AudioGridder Server

The server supports VST3 and AudioUnit plugin formats. Installation and setup is straight forward. There is multiple possibilities for your setup. It's suggested, that you dedicate each server to a single remote DAW workspace. That is because each server can only stream a single UI at the same time.

You can run multiple parallel UI user sessions on a Mac. Setup a user for each remote workspace, create a UI session (via VNC for example) and run a separate server instance in each session. You need to assign a different server ID to each instance (in the server settings). You can easily address each instance from the AudioGridder plugin via "server[:ID]".

You can also run multiple servers within your network and access different servers from your DAW at the same time.

Server Setup:

  1. Install the PKG (includes server and plugin binaries)
  2. Run the server (If it crashes, just re-run it until it successfully finishes the startup. Each plugin that does not work will be blacklisted.)
  3. Manage your plugins (if you do not want to enable all plugins)
  4. If you want to run multiple servers on a singel machine, you will have to assign a different server ID to each instance.

AudioGridder – DSP servers using general purpose networks and computers

AudioGridder Plugin

The plugin is currently supported as VST3 and AudioUnit on OSX. AAX is likely never coming, as AVID does not seem to support open source projects unfortunately.

You are basically plugging a remote insert stack into your DAW's channel insert stacks. From there you can insert any pluging available on the connected remote server. Each plugin instance will connect to a single remote server instance (which can be different for each instance).

Plugin Setup:

  1. Install the PKG (includes server and plugin binaries)
  2. Run your DAW and insert the AudioGridder plugin
  3. Add your server endpoint(s) by clicking the server icon (this needs to be done only once, as the server settings will be shared with new plugin instances)
  4. Add remote plugins

AudioGridder – DSP servers using general purpose networks and computers

Compatibility

  • OSX 64bit (tested on 10.14 and 10.15)
  • The server supports AudioUnit and VST3 plugins
  • The plugin is available as AudioUnit and VST3
  • Tested DAWs: Cubase 10 Pro, Logic Pro X, Reaper

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

JUnit Recipes中文版

JUnit Recipes中文版

陈浩等译 / 电子工业 / 2006-9 / 69.00元

《JUnit Recipes中文版:程序员实用测试技巧》主要介绍了在Java开发中使用JUnit进行单元测试的各种方法、原则、技巧与实践。本书出自开发一线专家之手,本着实用的原则,涵盖各类Java开发中应用JUnit的实用技巧,内容丰富、全面深入;无论对于需要应用JUnit进行单元测试的一线Java开发人员,还是JUnit入门、进阶者,本书都是一本不可多得的实用指南。这本书介绍了大量的JUnit实......一起来看看 《JUnit Recipes中文版》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具