Class SoundEffectService
- Namespace
- Glitch9.AIDevKit.ElevenLabs.Services
public class SoundEffectService : CrudServiceBase<ElevenLabsClient>
- Inheritance
-
objectSoundEffectService
Constructors
SoundEffectService(ElevenLabsClient)
public SoundEffectService(ElevenLabsClient client)
Parameters
clientElevenLabsClient
Methods
CreateAsync(TextToSoundFxRequest, RESTOptions)
Converts a text prompt into a sound effect.
public UniTask<Generated<AudioClip>> CreateAsync(TextToSoundFxRequest request, RESTOptions options = null)
Parameters
requestTextToSoundFxRequestoptionsRESTOptions
Returns
- UniTask<Generated<AudioClip>>