Click or drag to resize

WaveFile(SampleRate, BitsPerSample, DataChannels) Constructor

Creates a new empty in-memory wave file in Pulse Code Modulation (PCM) audio format.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public WaveFile(
	SampleRate sampleRate,
	BitsPerSample bitsPerSample,
	DataChannels channels
)
View Source

Parameters

sampleRate  SampleRate
Desired sample rate.
bitsPerSample  BitsPerSample
Desired bits-per-sample.
channels  DataChannels
Desired data channels.
See Also