-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy
wiki-sync edited this page Aug 19, 2026
·
1 revision
- Audio never leaves the tab. No upload, no analytics, no cookies, no Sentry, no Google, no CDN at runtime.
- Fonts are self-hosted woff2 (Bodoni Moda, Spline Sans, Spline Sans Mono — OFL). Vendored once from Google Fonts, never referenced at runtime.
- Content-Security-Policy via meta:
default-src 'self',connect-src 'self'(AudioWorklet + service worker). No inline script or style. -
Referrer-Policy: no-referrer.theme-color: #17101C. -
getUserMediaonly after you press the button. Tracks stop on reset andpagehide. - Notes saved are MIDI integers. No raw audio is stored.
- Name, gender, and age stay in memory for that tab. Only the language toggle is written to
localStorage. -
Permissions-Policy: GitHub Pages cannot set that HTTP header. If you serve this yourself, add
Permissions-Policy: microphone=(self).
What is my voice?