Click or drag to resize

AudioClipUtil Class

AudioClip helper functions.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.UtilitiesAudioClipUtil

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 class AudioClipUtil

The AudioClipUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine
This function will combine any number of AudioClips into a single AudioClip. The clips must be the same number of channels and frequency.
Public methodStatic memberGetL16
Returns linear 16-bit audio data for the given AudioClip object.
Top
See Also