Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Utilities.AudioClipUtil Class Reference

AudioClip helper functions. More...

Static Public Member Functions

static AudioClip Combine (params AudioClip[] clips)
 This function will combine any number of AudioClips into a single AudioClip. The clips must be the same number of channels and frequency. More...
 
static byte[] GetL16 (AudioClip clip)
 Returns linear 16-bit audio data for the given AudioClip object. More...
 

Detailed Description

AudioClip helper functions.

Member Function Documentation

static AudioClip IBM.Watson.DeveloperCloud.Utilities.AudioClipUtil.Combine ( params AudioClip[]  clips)
inlinestatic

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

Parameters
clipsVariable number of AudioClip objects may be provided.
Returns
Returns the resulting AudioClip.
static byte [] IBM.Watson.DeveloperCloud.Utilities.AudioClipUtil.GetL16 ( AudioClip  clip)
inlinestatic

Returns linear 16-bit audio data for the given AudioClip object.

Parameters
clipThe AudioClip object.
Returns
A byte array of 16-bit audio data.

The documentation for this class was generated from the following file: