AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    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>
    In this article
    Back to top Generated by DocFX