A downloadable tool for Windows, macOS, and Linux

Download NowName your own price

A reimplementation of Winamp 2.9 in Godot, with full cross-platform support.

I made this as a submission for the Tool Jam 5, since I've always wanted to make a music player with visualizers.

There is a plan to eventually turn this into its own fully customizable player that brings the old internet feel, but built with modern tools and able to run on any platform.

DISCLAIMER: This is a free, non-commercial project made for fun and will remain being one. All rights to the original Winamp skins, themes, assets, and sample songs belong to their respective owners. This project does not claim ownership over them.

Source code.

Features

Music player

  1. Basic functionalities: Play, Pause, Stop, Previous & Next track.
  2. Playlist functionality:
    • Toggle Shuffle & Repeat (playlists)
    • Adjust volume or ear balancing on top sliders
    • Click the "Load" (up arrow) button to load your own tracks (currently limited to MP3s). It will load into a new playlist.
  3. Double click any track on the playlist to start playing it.
  4. Click "2x" to scale the UI

Equalizer

  1. Amplifier (PreAmp)
  2. Fully working EQ10, just like in Winamp. Can be disabled by the toggle.

Visualizer

  1. Waveform Lines - Rotates in the direction of the dominant frequency. Try songs with lots of different beats.
  2. Racing Squares - The stronger the frequencies, the stronger they are knocked. Some other attributes will cause special warping effects.
  3. More to be added...

Credits

App Icon by my beloved.  

Wallpaper by Modus Interactive.

Songs by:

  1. Leader - Step Down
  2. Oceans Divide - Lipstick Lies
  3. Fall of Envy - Wondering
  4. AMRPHIS - Metalcore

As far as I know they are royalty/copyright free, but please do let me know if not, and I'll take them down.

Updated 21 days ago
StatusPrototype
CategoryTool
PlatformsWindows, macOS, Linux
AuthorNeptune
TagsMusic, Retro, Shaders, Visualization

Download

Download NowName your own price

Click download now to get access to the following files:

GodAmp_win_x86_64.zip 102 MB
GodAmp_LinuxBsd_x86_64.zip 94 MB
GodAmp_Mac_Universal.app.zip 158 MB

Comments

Log in with itch.io to leave a comment.

(+1)

Love it! Downloaded for W11. Looking forward to the rest of the improvements. Full screen visualizer would be solid! 

Y'all support this guy! 

Thank you for your support!

Hey I get an error that the app can't be opened on OSX 12.3.1 Monterey

(2 edits)

This is happening because the app is not currently notarized and signed, so Apple will protect you from opening it. I'm already issuing a fix - will let you know in another comment when done.

Meanwhile maybe you can try running this via CLI:

sudo xattr -cr /Path/To/App

And then trying to open it.

Try opening now. Should work.