There are now cheap or free options on the market which solve the problems Straudio used to solve, so this repository is now archived.
An audio plugin built with iPlug2 which sends audio from DAW to browser via WebRTC Datachannel. The web client for use with the Straudio plugin can be found here.
- Ultra-low latency
- Resampling using LibSampleRate
- Supports all major DAWs
git clone https://github.com/aolsenjazz/straudio-plugin
All dependencies must be static libraries as plugin hosts do not like dynamic libraries. Dependencies should be placed in the Straudio/libs folder.
iPlug2 (and its dependencies) must be cloned and installed in the correct location. Project structure should be:
/workspace
/straudio-plugin
/iPlug2