SoundToolKit  1.5
SoundToolKit.Unity.SoundToolKitSample Class Reference

This is wrapper for AudioClip designed to prevent long loading of AudioClips when user is already in game. This object ensures that Samples created as assets will be loaded only once. More...

Inheritance diagram for SoundToolKit.Unity.SoundToolKitSample:

Properties

AudioClip AudioClip [get, set]
 Audio Clip which will be used by Stk. This clip sample rate should be 48000 Hz. More...
 

Detailed Description

This is wrapper for AudioClip designed to prevent long loading of AudioClips when user is already in game. This object ensures that Samples created as assets will be loaded only once.

Property Documentation

◆ AudioClip

AudioClip SoundToolKit.Unity.SoundToolKitSample.AudioClip
getset

Audio Clip which will be used by Stk. This clip sample rate should be 48000 Hz.