Transparency

Privacy Audit

Current Status LIVE
What is stored

SonicSpace stores only numeric measurement results in your browser's local IndexedDB database. This includes:

  • RT60 estimates and frequency-band values
  • Noise floor readings
  • SonicScore values
  • Session timestamps, labels, and your chosen recording purpose
  • Device information reported by your browser (input label, sample rate)

Raw audio is never stored. The Float32Array buffer captured from your microphone is used only for analysis and then discarded. No audio file is created.

All stored data stays on your device. It is never transmitted anywhere.

Local Storage
Storage type IndexedDB (browser-local)
Database name SonicSpaceDB
Sessions stored Loading...
Raw audio retained None
External requests None (after page load)
Data Controls

You can delete all stored measurement data at any time. This removes all sessions from IndexedDB permanently.

View Stored Sessions

Microphone Access

SonicSpace requests microphone access only when you start a measurement. The microphone stream is stopped when analysis completes. You can revoke microphone permission in your browser settings at any time.

SonicSpace does not attempt to stream, record, or transmit microphone audio. All audio processing runs entirely within your browser using the Web Audio API.