Skip to content

Instantly share code, notes, and snippets.

View JolifantoBambla's full-sized avatar

Lukas Herzberger JolifantoBambla

View GitHub Profile
@JolifantoBambla
JolifantoBambla / webgpu-audio.html
Last active April 25, 2024 21:01
Create audio data in WebGPU compute shaders
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebGPU Audio</title>
</head>
<body>
<button type="button" id="play">Play</button>
<script type="module">
const code = `