rorywalsh / CsoundUnity

GNU Lesser General Public License v2.1
72 stars 20 forks source link

Csound based DSP effects #38

Open giovannibedetti opened 2 years ago

giovannibedetti commented 2 years ago

It would be nice being able to apply a Csound based effect to an existing AudioSource. It requires the development of a native plugin.

Effects to be implemented could include:

https://docs.unity3d.com/Manual/AudioMixerNativeAudioPlugin.html

rorywalsh commented 1 year ago

JUCE has a Unity plugin wrapper. I could look at using it with Cabbage. That would allow users to export native Unity plugins from Cabbage. The plugin UI in this instance would match that of Cabbage plugin.