Click or drag to resize

AudioClipUtilCombine Method

This function will combine any number of AudioClips into a single AudioClip. The clips must be the same number of channels and frequency.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static AudioClip Combine(
	params AudioClip[] clips
)

Parameters

clips
Type: AudioClip
Variable number of AudioClip objects may be provided.

Return Value

Type: AudioClip
Returns the resulting AudioClip.
See Also