Privacy Policy
Last updated: July 8, 2026
Your Data Stays on Your Device
AudioKit is built around a simple principle: your audio files never leave your device. All processing — including cutting, joining, converting, compressing, equalizing, and effects — happens entirely in your browser using the Web Audio API.
We do not have servers that receive, store, or process your audio. There are no uploads, no cloud processing, and no third-party audio processing services.
No Data Collection
AudioKit does not collect, store, or transmit any personal data. We do not use analytics services, tracking cookies, or fingerprinting techniques.
- No analytics scripts
- No tracking cookies
- No user accounts or registration
- No session recording
- No advertising identifiers
Third-Party Code
AudioKit uses FFmpeg.wasm for audio format conversion. FFmpeg.wasm runs entirely in your browser as a WebAssembly module. It does not send data to any external server.
The only external network requests made are:
- Loading the FFmpeg.wasm binary from a CDN (first use only)
- Loading the page itself from your web host
No data from your audio files is included in these requests.
Local Storage
AudioKit uses your browser's localStorage only to remember your preferences (such as theme settings). No audio data is stored in localStorage. You can clear this data at any time through your browser settings.
Contact
If you have questions about this privacy policy, please open an issue on our GitHub repository.