Guides

Music Visualizer for Spotify: The Two Things People Mean

By The Melodious Team
A dark room at night, a desktop monitor glowing with abstract violet and magenta spectrum ribbons reflected in a window, a phone face-up on the desk showing a tall vertical loop of the same colours, no text anywhere.
The short answer

"Music visualizer for Spotify" covers two unrelated jobs. If you want reactive visuals while you listen, Spotify itself no longer offers any: the in-client Apps platform that once hosted visualizers was shut down in 2014, and Spotify restricted its Audio Analysis and Audio Features API endpoints for new apps in November 2024, which cut off the data most web-based Spotify visualizers ran on. What still works is desktop software that captures your computer's audio output, independently of which app is producing it. If instead you want a visualizer attached to your own music on Spotify, the feature you are looking for is Canvas — a silent, looping 9:16 clip of three to eight seconds that plays behind your track in the Now Playing view.

The short answer: "Music visualizer for Spotify" covers two unrelated jobs. If you want reactive visuals while you listen, Spotify itself no longer offers any: the in-client Apps platform that once hosted visualizers was shut down in 2014, and Spotify restricted its Audio Analysis and Audio Features API endpoints for new apps in November 2024, which cut off the data most web-based Spotify visualizers ran on. What still works is desktop software that captures your computer's audio output, independently of which app is producing it. If instead you want a visualizer attached to your own music on Spotify, the feature you are looking for is Canvas — a silent, looping 9:16 clip of three to eight seconds that plays behind your track in the Now Playing view.

Two searches wearing one phrase

Almost everyone typing this is one of two people.

The listener wants their screen to do something while the music plays — the Winamp experience, moved to a streaming service. They are asking about playback.

The artist wants their own track to have a moving image when someone opens it on Spotify. They are asking about publishing.

The answers share almost nothing, so the rest of this splits along that line. If you are the second person, skip to the Canvas half. If you are not yet sure which you are, what is a visualizer separates the four things the word covers. And if the honest answer is that you want a whole video for the track and not a loop at all, making a music video from a song is the wider guide this one hangs off.

For listeners: what happened to the Spotify visualizer

Spotify used to run a platform for third-party panels inside its desktop client, reached through an App Finder tab. Visualizers lived there alongside lyric apps and radio apps. Spotify wound the directory down and stopped accepting submissions in 2014, then removed App Finder from the client entirely. The spotify:app:visualizer URI that still circulates in forum threads points at a platform that has not existed for over a decade.

The second closure is more recent and less well known. A generation of web-based "Spotify visualizers" never analysed any audio: they logged you in, asked Spotify for the Audio Analysis and Audio Features data on the currently playing track — a precomputed map of beats, bars, sections, tempo and loudness — and animated against that timeline. On 27 November 2024 Spotify restricted both endpoints for newly registered applications, along with Related Artists and Recommendations. Existing apps with extended access were unaffected, but nothing built since can get the data. That is why so many of these sites are now dead links or logins that go nowhere.

Why a browser cannot simply listen

The obvious fix — a web page that just listens to whatever is playing — is not available, and it is worth understanding why rather than hunting for the tool that has cracked it.

The Web Audio API can only analyse audio the page itself holds: a file you loaded, an element it created, a microphone you granted access to. It has no route to another tab's output, let alone another application's. Spotify's playback is additionally DRM-protected, so even a screen-and-audio capture path is closed off. There is no browser tool that can visualize your live Spotify stream, and a site claiming otherwise is either animating Spotify's metadata or animating nothing in particular.

What genuinely works is desktop software that captures the system audio device — the sound card's output, whatever produced it. That is a different architecture, it needs an install and usually a virtual audio device, and it is agnostic about Spotify entirely. The honest framing is that there is no Spotify visualizer any more; there are audio visualizers, and Spotify is one of the things that can be feeding them.

For artists: the visualizer slot is called Canvas

If you release music, the thing you actually want is Canvas — a per-track slot in Spotify for Artists that loops a short clip behind the song while it plays.

The spec is short: vertical 9:16, between 720 and 1080 pixels tall, three to eight seconds, MP4 or JPG, silent. We have the full breakdown and the mistakes worth avoiding in Spotify Canvas size and dimensions, including Spotify's own guidance on leaving your title and artist name out of the frame.

The point to carry over here is that Canvas is not a visualizer slot. It is a slot, and a reactive visualizer is one candidate for filling it.

Where we disagree with the obvious answer

The instinct — I want a visualizer, Canvas is where video goes, therefore put a visualizer in Canvas — produces a worse result than it sounds like it should, for two structural reasons.

Canvas is silent and unsynchronised. The loop restarts on its own cycle, independent of where the listener is in the song. A spectrum animation is a picture of specific audio, and within one loop it is showing the shape of a moment that has already passed. Bars bouncing out of time with what you can hear read as a fault, in the same way lip movement does.

Canvas is vertical and spectrum tools are not. A spectrum is laid out along a horizontal axis: bass on the left, treble on the right. Crop that to 9:16 and you keep a narrow vertical strip of the frequency range and throw the rest away — mostly midrange, with the bass and the air cropped off either side. Our own audio visualizer records a 1280×720 landscape frame, which crops to a Canvas-legal 405×720 sitting exactly on Spotify's 720px floor with no margin; the Canvas dimensions guide has the full arithmetic.

What actually holds up in eight silent looping seconds is texture: something abstract and slow with no direction of travel and no beat to be out of time with. Smoke, liquid, light through fabric, a slow push on a still image. Not a graph.

If you want a visualizer for everywhere else

Outside Canvas, the case is much stronger, because everywhere else plays your audio alongside the picture and the sync holds.

Our audio visualizer runs entirely in your browser: load a track, pick bars, waveform or a radial spectrum, and record the result as a video with the audio muxed in. No account, no watermark, and the file never leaves your device. Two things to know before you start.

Recording happens in real time, so a three-minute song takes three minutes and the tab has to stay in the foreground.

And the container depends on your browser. Chrome and Firefox record WebM; Safari, where it works, gives you MP4. YouTube accepts WebM directly, so a YouTube upload needs nothing further — but Canvas does not take WebM, and neither do Instagram or TikTok. Getting there is a genuine re-encode from VP9/Opus to H.264/AAC, not a container relabel, which is one more reason the Canvas route is more trouble than it repays.

The longer version of that walkthrough, including what "free" tends to mean elsewhere, is in free music visualizer. If you are still deciding whether a visualizer is the right format at all, what is a visualizer covers the four different things people mean by the word, and music video vs music visualizer is the comparison that settles it.

Frequently asked questions

Does Spotify have a built-in music visualizer?

Not today. Spotify once ran an in-client Apps platform — the App Finder — that hosted third-party panels inside the desktop player, and it shut that down in 2014. The spotify:app:visualizer URI you will still find in old forum threads points at that dead platform. What Spotify does ship now is Canvas, which loops a clip behind a track but does not react to the audio, and a lyrics view.

Why did the web-based Spotify visualizers stop working?

Most of them were not analysing audio at all. They read Spotify's Audio Analysis and Audio Features endpoints, which returned a precomputed beat grid, tempo and section map for a track, and animated against that. On 27 November 2024 Spotify restricted both endpoints for newly registered apps, so anything built after that date cannot get the data.

Can a website visualize the Spotify audio I am playing?

No. A browser page can only analyse audio it has itself been given — a file you loaded, or a stream it created. It cannot reach into another tab or another application and tap the sound coming out of it. Spotify's playback is also DRM-protected, which closes the door a second time. Anything claiming to visualize your live Spotify stream in a browser is either using Spotify's metadata or is not doing what it says.

What is the Spotify equivalent of a visualizer for my own songs?

Canvas. It is a per-track slot in Spotify for Artists that plays a silent looping clip behind the song in the Now Playing view — vertical 9:16, 720 to 1080 pixels tall, three to eight seconds, uploaded as an MP4 or a JPG. A reactive visualizer is one thing you can put in it, though it is not obviously the best thing.

Can I put a spectrum visualizer in my Spotify Canvas?

You can, with two caveats. Canvas is vertical and most visualizer tools render widescreen, so you will be cropping a horizontal spectrum into a tall frame and losing most of it. And Canvas is silent, so the bars will be moving to music the viewer is hearing but which the clip is not carrying — the loop restarts on its own cycle and drifts out of step within seconds.

Do I need a visualizer to release music on Spotify?

No. Spotify takes audio; the artwork requirement is a square cover image, not a video. Canvas is optional. Where a moving image becomes genuinely necessary is everywhere else you will post the track — YouTube will not accept a bare audio file, and short-form platforms are video-first.

Canvas is eight seconds. Your song deserves the whole three minutes.

Melodious storyboards your track shot by shot and generates the keyframes in one run, so you can see how every shot looks before you spend anything on video — then cut the best few seconds for your Canvas.

Storyboard your song

We use analytics and support tools (GTM, Plausible, PostHog, Crisp) to improve Melodious AI. Manage this in Privacy Settings anytime.