[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-audio-visualizations. a few different simple audio visualizations (esp for voice input/output) for svelte flo-bit.dev/svelte-audio-visualizations/
0

Configure Feed

Select the types of activity you want to include in your feed.

706 B 19 lines
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <link 6 rel="icon" 7 href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔊</text></svg>" 8 /> 9 <meta name="viewport" content="width=device-width, initial-scale=1" /> 10 %sveltekit.head% 11 12 <script defer src="https://umami-wispy-dream-8048.fly.dev/script.js" data-website-id="e6166872-1b90-4b72-8f63-683b95fc010f" data-domains="flo-bit.dev"></script> 13 14 <title>svelte audio visualizations</title> 15 </head> 16 <body data-sveltekit-preload-data="hover" class="bg-stone-950 h-full"> 17 <div style="display: contents">%sveltekit.body%</div> 18 </body> 19</html>