Click or drag to resize
AudioCompressionManagerMixMany Method
Inserts and mixes one piece of audio data into main audio data with specified offset multiple times.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static byte[] MixMany(
	IntPtr format,
	byte[] data,
	byte[] dataPiece,
	params int[] offsetSamples
)

Parameters

format
Type: SystemIntPtr
audio format
data
Type: SystemByte
main audio data
dataPiece
Type: SystemByte

[Missing <param name="dataPiece"/> documentation for "M:Alvas.Audio.AudioCompressionManager.MixMany(System.IntPtr,System.Byte[],System.Byte[],System.Int32[])"]

offsetSamples
Type: SystemInt32
offset list in samples

Return Value

Type: Byte

[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.MixMany(System.IntPtr,System.Byte[],System.Byte[],System.Int32[])"]

See Also