Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( ) : void |
Start audio source. Starts audio source and return execution to caller. audio source object creates background thread and notifies about new frames with the help of DataAvailable event. |
|
Stop ( ) : void |
Stop audio source. Stops audio source. |
|
WavStream ( string source ) : System |
Initializes a new instance of the LocalDeviceStream class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Free ( ) : void |
Free resource.
|
|
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
StreamWav ( ) : void |
public WavStream ( string source ) : System | ||
source | string | source, which provides audio data. |
return | System |