C# Class NAudio.Wave.QuadToStereoStream32

Takes a quad 32 bit input and turns it stereo, mixing channels 1,2 into 1' and 2,3 into 2'
Inheritance: WaveStream
Datei anzeigen Open project: elliotwoods/Installation.Link

Public Methods

Method Description
Close ( ) : void
QuadToStereoStream32 ( WasapiCapture sourceProvider ) : System

Creates a new stereo waveprovider based on a quad input

Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int count ) : void

Method Details

Close() public method

public Close ( ) : void
return void

QuadToStereoStream32() public method

Creates a new stereo waveprovider based on a quad input
public QuadToStereoStream32 ( WasapiCapture sourceProvider ) : System
sourceProvider NAudio.CoreAudioApi.WasapiCapture Quad 32 bit PCM input
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Write() public method

public Write ( byte buffer, int count ) : void
buffer byte
count int
return void