Find out if your music will be turned down by YouTube, Spotify, TIDAL, Apple Music and more. Discover your music's Loudness Penalty score, for free.
Your file will not be uploaded, stored or shared, meaning this process is secure and anonymous.
We all hate sudden changes in loudness - they're the #1 source of user complaints.
To avoid this and save us from being "blasted" unexpectedly, online streaming services measure loudness, and turn down music recorded at higher levels. We call this reduction the "Loudness Penalty" - the higher the level your music is mastered at, the bigger the penalty could be. But all the streaming services achieve this in different ways, and give different values, which makes it really hard to know how big the Loudness Penalty will be for your music...
Until now.
Simply select any WAV, MP3 or AAC file above, and within seconds we'll provide you with an accurate measurement of the Loudness Penalty for your music on many of the most popular music streaming services, and allow you to preview how it will sound for easy comparison with your favorite reference material.
Your file will not be uploaded, meaning this process is secure and anonymous.
Do you have any questions? Get in touch.
Get a detailed report for this file, plus a short series on optimizing for streaming.
Analyze another fileThe Nokia 216 (2016) is an ultra-low-cost feature phone running the Series 30+ operating system. Unlike modern smartphones, it does not support Java ME (J2ME) or Android. However, it supports native applications via the Vxp (Virtual eXecution Platform) format—a proprietary, lightweight runtime environment. This paper explores the architecture of Vxp, the constraints of the Nokia 216 hardware (16MB RAM, 32MB ROM, 120x160 pixel screen), and a practical methodology for developing, packaging, and installing 2D games for this platform.
Released in September 2016, the Nokia 216 was marketed as a "digital detox" device, prioritizing battery life and durability over computational power. However, unlike its predecessors (such as the Nokia 1100 or 3310), the Nokia 216 utilized the Series 30+ operating system, which introduced a dedicated app ecosystem. This ecosystem was built around the Vxp file format. Understanding Vxp requires an understanding of the intersection between the MediaTek hardware platform and the lingering demand for extensible, low-power mobile gaming. Vxp Games For Nokia 216
A fan-made port of the original Sega Genesis levels. The physics are slightly "floaty," but it is incredible that Sonic runs on a $40 phone. Use 2 to jump, 5 to spin dash. The Nokia 216 (2016) is an ultra-low-cost feature
To be viable, a Vxp game for the Nokia 216 must respect the following limits: This paper explores the architecture of Vxp, the
| Component | Specification | Implication for Game Dev |
| :--- | :--- | :--- |
| CPU | MediaTek MT6261D (260 MHz) | No floating-point heavy logic; simple state machines. |
| RAM | 16 MB (shared) | Total game size < 1-2 MB; no asset streaming. |
| Display | 120 x 160 pixels (TFT, 65k colors) | Pixel-art sprites; text must be large (minimum 12px). |
| Input | T9 Keypad (0-9, *, #, softkeys) | No touch; mapping game actions to keypad numbers. |
| Storage | microSD (up to 32GB) | Installation via .vxp file on SD card root. |
| Audio | Mono speaker, 16-bit PCM | Simple beeps, no complex mixing. |
Installing games on this device is straightforward but specific. Follow exactly:
Yes, the infinite runner exists on feature phones. While it is 2D instead of 3D, the gameplay loop of swiping (using 2-up, 8-down, 4-left, 6-right) is addictive. It runs at a solid 30fps on the 216.