Class VoiceLibrary
ScriptableObject database for storing voice data used for TTS (Text-to-Speech) and other voice-related tasks.
Inheritance
object
VoiceLibrary
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class VoiceLibrary : ScriptableDatabase<VoiceLibrary.Repo, Voice, VoiceLibrary>
Methods
GetVoicesByAPI(Api)
Declaration
public static List<Voice> GetVoicesByAPI(Api api)
Parameters
Type | Name | Description |
---|---|---|
Api | api |
Returns
Type | Description |
---|---|
List<Voice> |