Table of Contents

Class SoundEffectService

public class SoundEffectService : CrudServiceBase<ElevenLabsClient>
Inheritance
object
SoundEffectService

Constructors

SoundEffectService(ElevenLabsClient)

public SoundEffectService(ElevenLabsClient client)

Parameters

client ElevenLabsClient

Methods

CreateAsync(TextToSoundFxRequest, RESTOptions)

Converts a text prompt into a sound effect.

public UniTask<Generated<AudioClip>> CreateAsync(TextToSoundFxRequest request, RESTOptions options = null)

Parameters

request TextToSoundFxRequest
options RESTOptions

Returns

UniTask<Generated<AudioClip>>