| 
            
              AudioSourceMixer Constructor (IEnumerableIAudioSource)
             | 
          
        
          
    Namespace: 
   Accord.Audio
    Assembly:
   Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntaxpublic AudioSourceMixer(
	IEnumerable<IAudioSource> sources
)
Public Sub New ( 
	sources As IEnumerable(Of IAudioSource)
)
 Request Example
		View SourceParameters
- sources
 - Type: System.Collections.GenericIEnumerableIAudioSource
The audio sources to be mixed. 
See Also