Skip to content

Instantly share code, notes, and snippets.

@NavithGames
NavithGames / ai-stack-reference.html
Created February 27, 2026 00:51
AI Voice Pipeline Stack Reference
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Voice Pipeline Reference</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {