Open giovannibedetti opened 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
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.
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