createVoice abstract method

AudioVoice createVoice(
  1. AudioClip clip
)

Creates a paused single-use voice playing clip. See AudioVoice for the configure-then-AudioVoice.start flow. Throws when the engine is not ready or clip is disposed.

Implementation

AudioVoice createVoice(AudioClip clip);