Skip to content

Instantly share code, notes, and snippets.

View THeK3nger's full-sized avatar
🥐
Zip Zap

Davide Aversa THeK3nger

🥐
Zip Zap
View GitHub Profile
@THeK3nger
THeK3nger / signal.ts
Last active July 3, 2022 11:02
Example TypeScript Event System
/**
MIT License
Copyright (c) 2022 Davide Aversa
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@THeK3nger
THeK3nger / ElevenVoices.cs
Last active September 10, 2025 00:48
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.
@THeK3nger
THeK3nger / keytrace.json
Created June 18, 2026 09:49
Keytrace Verification
{
"did": "did:plc:w2wvugwwbehm7v774fkgagfl"
}