Click or drag to resize
CaptchaCombineAudioConcatenate Method
Concatenates Audio Files (wav) into a single file.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static MemoryStream Concatenate(
	string[] filePaths
)

Parameters

filePaths
Type: SystemString
The string array containing the physical path to each file.

Return Value

Type: MemoryStream
The MemoryStream of the concatenated audio files.
See Also