Search Unity

Calling native code in OnAudioFilterRead...

Discussion in 'Audio & Video' started by DaveHoskins, Oct 31, 2016.

  1. DaveHoskins

    DaveHoskins

    Joined:
    Sep 9, 2013
    Posts:
    190
    (as title) Is it possible or useful? I have quite an expensive filter I need to apply to a bunch of audio sources. It's a bit too much for the C# code to handle, any advice on how to call a native DLL and pass information to and from it quickly?