Beispiel #1
0
 public static extern Error iplCreateBinauralRenderer(IntPtr globalContext, RenderingSettings renderingSettings, HRTFParams hrtfParams, [In, Out] ref IntPtr renderer);
Beispiel #2
0
 public static extern Error iplCreateEnvironmentalRenderer(IntPtr globalContext, IntPtr environment,
                                                           RenderingSettings renderingSettings, AudioFormat outputFormat, IntPtr threadCreateCallback,
                                                           IntPtr threadDestroyCallback, [In, Out] ref IntPtr renderer);
Beispiel #3
0
 public static extern Error iplCreateSimulationData(SimulationSettings simulationSettings, RenderingSettings renderingSettings, [In, Out] ref IntPtr simulationData);