Back to projects

Personal R&D · 2026

Akustik Sanat

An offline-first PWA that turns real-time birdsong into generative digital art.

Overview

A fully local-audio-processing PWA that analyzes acoustic frequencies, recognizes distinct avian tones, and maps them onto custom mathematical visualization modes — spirograph, kaleidoscope, vector-flow. It removes server dependency and offers tunable visualization parameters with session-save for user-generated digital artwork.

Problem

Audio-visual generators are usually cloud-bound and privacy-opaque; microphone data leaves the device.

Approach

Frequency analysis and tone detection run entirely in the browser via the Web Audio API; I generated color palettes and fluid line formations algorithmically per mode and made outputs locally saveable. No audio ever leaves the device.