Click or drag to resize

WaveFileAppend Method

Appends wave files together, one after another, into a single file.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static WaveFile Append(
	params WaveFile[] waveFiles
)
View Source

Parameters

waveFiles  WaveFile
Wave files to append

Return Value

WaveFile
Combined wave files.
Remarks
Each resulting wave file is appending behind the next.
See Also