Version

MergeFiles Method

merges several wave file byte arrays into a single one, and generates a new header for it.
Syntax
'Declaration
 
Public Function MergeFiles( _
   ByVal audioFiles As IList(Of Byte()) _
) As Byte()
public byte[] MergeFiles( 
   IList<byte[]> audioFiles
)

Parameters

audioFiles
a list of byte arrays containing binary wave file data

Return Value

a byte array of merged files, along with generated new header
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also