Switchboard and OS Tools

How Switchboard compares to and works with OS Tools.

Switchboard is not a replacement for OS Tools and frameworks. Rather, Switchboard works with OS tools and APIs, simplifying how you interact with them. Switchboard provides intuitive wrappers to some of the OS specific APIs, making it easy to build a cross platform code base while also making it easier manage audio operations, which can be particularly challenging, especially on Android.

Chances are if you’re trying to build advanced audio features into your application, you will become limited by using the high level tools alone.

Some issues and limitations you are likely to face include:

  • Not being able to integrate third party libraries without writing glue code between their library and your audio graph. And you will need to write this for each operating system you support. Probably in C++.

  • Using higher level audio nodes will degrade performance (e.g. consume too much memory and CPU).

  • You will lose flexibility since OS-frameworks are rigid. This will limit what’s even possible from a UX perspective. The more features you have, the more you will face these limitations.

  • Some of these limitations might manifest as bugs. For example you’ll background the app and your audio system will crash. Or you may run into a lot of pops, glitches, and other “unexpected” behaviors (we’ve come to expect it in projects without Switchboard or a custom audio engine in C++ that was put together over a year or more of development).

iOS & macOS

Apple’s Audio Units, available as part of Core Audio, are similar to nodes in Switchboard but they are only available in iOS / macOS apps.

Switchboard offers an easier to use, cross platform alternative including a visual editor. This allows you to leverage the native power of Core Audio while still building a cross platform solution. Moreover, Switchboard offers a vast library of nodes that target a broader set of use cases.

Android

Switchboard makes it easier to work with audio on Android.

More info coming soon.

Get in touch to learn more.

Windows

Switchboard makes it easier to work with audio on Windows.

More info coming soon.

Get in touch to learn more.

Web audio and assembly

Switchboard makes it easier to work with audio in the browser.

More info coming soon.

Get in touch to learn more.

We love building cool things.