No description
Find a file
2015-01-25 21:38:20 -08:00
css Cleanup and renaming 2015-01-13 21:25:44 -08:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
js Prevent multiple draw loops from running 2015-01-25 21:38:20 -08:00
production Don't inline cursors, they occure multiple times 2014-12-20 22:33:18 -08:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
.gitignore Add grunt for production version 2014-12-20 16:37:30 -08:00
favicon.ico Add favicon 2014-12-05 19:49:58 -08:00
index.html Store files as instanace objects 2015-01-25 13:31:27 -08:00
README.md Improve README 2015-01-23 13:54:11 -08:00

Winamp2-js

A reimplementation of Winamp 2.9 in HTML5 and Javascript.

Works in modern versions of Firefox, Safari and Chrome. IE is not supported.

Features

  • Decodes the actual skin file in your browser so you can load your favorite Winamp 2 skins!
  • Load local audio or skin files via drag-and-drop, eject button, or "options" button (upper left-hand corner)
  • Both visualization modes: oscilloscope and spectrum
  • Hotkeys
  • "Shade" mini-mode
  • "Doubled" mode, where the main window is twice as large: Ctrl-D

Compiling

You don't need to compile the code, because this is Javascript. You only need to run the index.html file with a normal web browser, and you're good to go.

Reference

Predecessors

  • Webamp2x An impressive implementation from 2002(!). Doesn't seem to work/play in my modern browsers.

  • Winamp em HTML5 e Javascript In 2010 a developer named Danilo posted one of his HTML5 experiments: "an audio player simulating good old Winamp". You will have to download the zip file.

  • JuicyDrop An HTML5 implementation with less empasis on being true to the skin, but fully featured visualizations. @cggaurav is keeping it alive on GitHub

  • Spotiamp The folks at Spotify reimplemented Winamp as a frontend for Spotify. Not in a browser, and only runs on Windows.

Thanks

  • Research and feature prototyping: @PAEz

Thank you to Justin Frankel and everyone at Nullsoft for Winamp which inspired so many of us.