AudioData Constructor (AudioClip, Single) |
Constructor.
Namespace:
IBM.Watson.DeveloperCloud.DataTypes
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public AudioData(
AudioClip clip,
float maxLevel
)
Parameters
- clip
- Type: AudioClip
The AudioClip. - maxLevel
- Type: SystemSingle
The maximum sample level in the audio clip.
See Also