Iamaroik is a production music recognition platform — like Shazam for your own catalog. Upload tracks, build audio fingerprints, match short clips from a microphone or file, and connect mobile apps through a secure API.
Constellation hashing plus MFCC features for accurate matches from just a few seconds of audio.
Upload a clip or record from the web dashboard — get title, artist, album, and confidence score.
Native apps tap-to-listen and send samples to the public match API with key authentication.
Import songs from YouTube URLs or bulk search — fingerprints and metadata stored together.
Inspired by Shazam's approach, Iamaroik analyzes the unique spectral fingerprint of each song and stores it in a searchable database. When you submit a short sample — from a phone, microphone, or uploaded file — the engine compares constellation hashes and MFCC features against your library and returns the best match with a confidence score.
Upload MP3, WAV, M4A, or FLAC files. Add metadata and optional YouTube links. Fingerprints are generated automatically.
Record or upload a short clip from the dashboard or mobile app. Quality checks filter silence and noise before matching.
Use JWT auth for the web app or API keys for mobile. Full documentation at /docs on the API host.
Catalog tracks you play and identify unknown songs from air checks or recordings.
Maintain a private fingerprint database with per-user libraries and secure access control.
FastAPI backend, Swift and Android SDK guides, and a thread-safe match endpoint for production apps.