class MixBuffer
Contains 512 samples of audio data, this is used when mixing a single channel
public void CopyFrom( MixBuffer other )
Set this buffer to this value
public void MixFrom( MixBuffer other, float scale )
Mix this buffer with another
public void MixFrom( MultiChannelBuffer other, float scale )
Mix this buffer with another
public void Scale( float volume )
Scale the buffer by volume
public void Dispose( )
😔 No documentation found.
public void Silence( )
😔 No documentation found.
public float LevelMax { get; }
😔 No documentation found.
public float LevelAvg { get; }
😔 No documentation found.
public void RandomFill( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public MixBuffer( )
😔 No documentation found.