Magicolo / uPD

A relatively complete alternative to Unity's audio engine using Pure Data and LibPD.
MIT License
72 stars 6 forks source link

adc~ / dac~ implementation? #4

Open jamiebullock opened 8 years ago

jamiebullock commented 8 years ago

Hi,

I'm just wondering how adc~ and dac~ are implemented in uPD.

Unity seems to have an audio plugin SDK http://docs.unity3d.com/Manual/AudioMixerNativeAudioPlugin.html

...but AFAICT uPD isn't using it.

Can you tell me where the entry point it is for passing audio to / from Unity's audio engine in uPD?

Thanks