MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / sound_create_stream

Method sound_create_stream

StereoKit/Native/NativeAPI.cs:507–507  ·  view source on GitHub ↗
(float buffer_duration)

Source from the content-addressed store, hash-verified

505 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_get_id (IntPtr sound);
506 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_create ([In] byte[] filename_utf8);
507 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_create_stream (float buffer_duration);
508 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_create_samples([In] float[] samples_at_48000s, ulong sample_count);
509 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_generate ([MarshalAs(UnmanagedType.FunctionPtr)] AudioGenerator function, float duration);
510 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_write_samples (IntPtr sound, [In ] float[] samples, ulong sample_count);

Callers 1

CreateStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected