The only browser-native acoustic proximity SDK with built-in cryptographic authentication. Zero hardware. Zero install. Works on any device with a mic and a speaker.
From raw acoustic FSK to full proximity-authenticated mesh networking. Use one layer or the whole stack.
Encode a message as FSK audio, play it through your speaker, and detect it with Goertzel. No server. All Web Audio.
# Install via npm (requires API key) npm install @eltav/acoustic-bridge # Or load via CDN (beta) <script src="https://sdk.eltav.io/cdn/acoustic-bridge@1.0.0.min.js"></script> # Initialize with your API key const bridge = await AcousticBridge.init({ apiKey: 'eltav_pk_your_key_here', mode: 'ultrasonic', // or 'audible' for demo/debug sampleRate: 44100 });
Factual capability comparison against all known commercial acoustic proximity solutions as of July 2026.
| Capability | ELTAV (this SDK) | LISNR | Chirp.io | Sonitor |
|---|---|---|---|---|
| Browser-native (no app install) | ✓ | ✗ | ∼ | ✗ |
| True near-ultrasonic (>18kHz, truly silent) | ✓ | ✗ | ✗ | ✓ |
| Cryptographic ZKP proximity proof | ✓ | ✗ | ✗ | ✗ |
| Hamming SECDED error correction | ✓ | ✗ | ✗ | ✗ |
| Full-duplex bidirectional | ✓ | ✗ | ∼ | ✗ |
| OFDM multi-carrier modulation | ✓ | ✗ | ✗ | ✗ |
| Room acoustic PUF fingerprinting | ✓ | ✗ | ✗ | ✗ |
| FEP mesh routing (no coordinator) | ✓ | ✗ | ✗ | ✗ |
| Zero hardware required | ✓ | ✗ | ✓ | ✗ |
| Open/free tier available | ✓ | ✗ | ∼ | ✗ |
| Patent filed | ✓ | ✓ | ✓ | ✓ |
Start free. Scale as you grow. Enterprise teams get the full stack with SLA and white-label rights.
Join the early access waitlist. API keys are issued within 24 hours. Free tier available immediately.