C# Class Sharpex2D.Audio.AudioMixer

Show file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
ApplyEffects ( byte data, WaveFormat format ) : void

Applys the effects of the audio mixer to the given audio data.

Currently supports volume and panning for stereo sources and volume only for mono sources.

AudioMixer ( ) : System

Initializes a new AudioMixer class.

Method Details

ApplyEffects() public method

Applys the effects of the audio mixer to the given audio data.
Currently supports volume and panning for stereo sources and volume only for mono sources.
public ApplyEffects ( byte data, WaveFormat format ) : void
data byte The Data.
format WaveFormat The WaveFormat.
return void

AudioMixer() public method

Initializes a new AudioMixer class.
public AudioMixer ( ) : System
return System