Reference-Track-to-Prompt Extractor for AI Music Generators
Suno/Udio/Mureka users keep wanting the same workflow: drop in a song they like, get back a structured prompt they can paste into any model — describing genre, BPM, instrumentation hierarchy, mood, vocal character — without having to listen and transcribe by ear. Suno's own reference upload is a black box; an external, model-agnostic prompt extractor is missing.
Skip multi-iteration LLM-describes-music-then-LLM-recreates loops (the top reply correctly notes this loses essence). Use a small audio embedding model (CLAP, MERT) to extract tag distributions, then template-fill prompts in Suno/Udio/Mureka dialect. Per-platform prompt fidelity is the moat.
landscape (3 existing solutions)
AI music gen is fragmenting (Suno, Udio, ACE-Step, Mureka, Lyria) and creators want one neutral analyzer. Audio-tagging models are commodity now; the missing piece is the prompt-format adapter for each target model.