|
WaveFileAppend Method
|
Appends wave files together, one after another, into a single file.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax Public Shared Function Append (
ParamArray waveFiles As WaveFile()
) As WaveFile
GSF.Media.WaveFile.Append = function(... waveFiles);
View SourceParameters
- waveFiles WaveFile
- Wave files to append
Return Value
WaveFileCombined wave files.
Remarks Each resulting wave file is appending behind the next.
See Also