Skip to content

Instantly share code, notes, and snippets.

View adrenak's full-sized avatar
💻

Vatsal Ambastha adrenak

💻
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mic Spectrum Visualizer</title>
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mic Spectrum Visualizer</title>
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden;
@adrenak
adrenak / app.html
Last active September 5, 2025 20:02
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Speech to Text in Three.js</title>
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden;
@adrenak
adrenak / ConcentusUnityTest
Created January 22, 2025 05:35
Concentus-Unity test script
using UnityEngine;
using Adrenak.UniMic;
using Concentus;
using System;
/*
* Simple script to test github.com/adrenak/concentus-unity in a project.
*
* INSTRUCTIONS
* Add the NPM registry to your project by going to Project Settings>Package Manager