Click or drag to resize
Accord.NET (logo)

AudioSourceMixer Constructor (IEnumerableIAudioSource)

Initializes a new instance of the AudioSourceMixer class.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public AudioSourceMixer(
	IEnumerable<IAudioSource> sources
)
Request Example View Source

Parameters

sources
Type: System.Collections.GenericIEnumerableIAudioSource
The audio sources to be mixed.
See Also