What SoundCloud Actually Sends to Your Browser
When you press play on SoundCloud, you are not receiving a single audio file. SoundCloud delivers audio in one of two ways depending on the track and your account type:
Progressive stream
A direct audio file URL, typically MP3. The browser downloads it progressively as you listen. This is the simpler format — the converter fetches the file directly and delivers it to you unchanged.
HLS stream (HTTP Live Streaming)
The audio is split into dozens of small .ts segments, each a few seconds long, delivered via a playlist file (.m3u8). SoundCloud uses this for most tracks today. The converter fetches every segment and stitches them back into a single continuous MP3 file.
In both cases, no re-encoding happens. The audio data that SoundCloud delivers is packaged directly into the MP3 you download — no generation loss, no compression artifacts added by the converter itself.
Frequently Asked Questions
Is this converter free?
Yes. No payment, subscription, or account required. Paste a URL and download.
Why do I get a 128 kbps file even though the original sounds better?
SoundCloud streams standard accounts at 128 kbps. The converter delivers exactly what SoundCloud streams — it does not re-encode or reduce quality. If it sounds different from your browser playback, that is a perceptual effect of comparing streaming to a file, not a quality loss from conversion.
Can I convert a SoundCloud repost?
Reposts link back to the original track. For best results, navigate to the original artist's page and copy the URL there. Repost URLs sometimes resolve differently and may fail.
Does the converter work on playlists?
Yes. Paste a playlist URL and each track is converted individually, then packaged into a ZIP file. URL format: soundcloud.com/artist/sets/playlist-name.
Can I convert private SoundCloud tracks?
No. Private tracks require authentication. Only public tracks and tracks with a shared secret link can be converted.
Is OGG or AAC better than MP3 for SoundCloud audio?
At 128 kbps, the codec choice matters very little in practice. OGG Vorbis is slightly more efficient at low bitrates, but MP3 wins on compatibility — every device and player supports it natively. Since the source quality is already limited at 128 kbps, format efficiency is not the bottleneck.