Skip to content

Instantly share code, notes, and snippets.

View oscardelgado02's full-sized avatar
👋

Óscar Delgado oscardelgado02

👋
View GitHub Profile
@THeK3nger
THeK3nger / ElevenVoices.cs
Last active June 5, 2024 08:38
Unity script for using ElevenLabs TTS service
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Networking;
using Newtonsoft.Json;
/**
* Optional utility class to fetch all the available Voices in the ElevenLabs account.
* This may be useful if you want to allow the player to customize the voice at runtime.