A few days ago I posted on how to block all ads on the music app Spotify.
Today I'll write about a trick I found online to enable the high-quality streaming of music on Spotify Free. If you have ever noticed the setting menu, you will remember it has the option to enable high quality streaming. It is disabled for free users, however. High quality streaming basically means instead of standard 160 kbps streaming, you get 320 kbps. According to online sources, the difference isn't really heard unless you have good headphones. I have average headphones and I thought I could tell a little difference after trying this... a little crisper treble, a tad deeper bass. Or maybe it was just my imagination. Give it a try and leave me a comment! :)
So, to do this, follow these steps.
1. Close Spotify completely
2. Click start and type %appdata%/Spotify and press enter
3. Open "prefs" file with text editor (Notepad, Wordpad)
4. After core.flash_version=0 --ADD THESE LINES--
audio.sync_bitrate=320000
audio.play_bitrate=320000
5. If your file doesn't have "core.flash_version=0", then add these 3 lines of code at the bottom of the file.
core.flash_version=0
audio.sync_bitrate=320000
audio.play_bitrate=320000
6. Save and close
7. Open "prefs" properties, and check the "read only" box.
8. Restart Spotify.
Disclaimer: I don't know if this is technically hacking or illegal to implement. I tried this only for educational purposes and do not encourage someone to regularly use this.
Also, I can't verify if this works in the latest Spotify version. I tried it and it seemed to help a little bit, but there is no way that I know of to actually verify it. This method might be obsolete now.
Source: https://www.youtube.com/watch?v=JWqk-ieG6fI