|   | 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.257-beta
 Syntax
SyntaxPublic Shared Function Append ( 
	ParamArray waveFiles As WaveFile()
) As WaveFile
GSF.Media.WaveFile.Append = function(... waveFiles);
Parameters
- waveFiles  WaveFile
- Wave files to append
Return Value
WaveFileCombined wave files.
 Remarks
RemarksEach resulting wave file is appending behind the next.
 See Also
See Also