No description
Find a file
Jordan Eldredge 8dee8ee2ac Fix for nums_ex.bmp
Ugly hack, but it works for now.

Fixes #62
2014-12-02 18:55:17 -08:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
images Add loading state 2014-11-23 13:00:11 +01:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
.gitignore Update Open Graph meta info 2014-11-27 08:00:07 -05:00
file-manager.js Remove unused code 2014-11-28 10:24:41 +01:00
font.js Move font stuff into skin, refactor 2014-11-20 08:21:04 +01:00
index.html Tweak meta info 2014-11-28 10:30:17 +01:00
media.js Show the actual sample rate 2014-11-28 10:09:07 +01:00
README.md Add Winamp Skinning Tutorial 2014-11-21 03:56:02 +01:00
skin.js Fix for nums_ex.bmp 2014-12-02 18:55:17 -08:00
visualizer.js Clean up the oscilloscope visualizer code 2014-12-02 16:23:40 -08:00
winamp.css Fix for nums_ex.bmp 2014-12-02 18:55:17 -08:00
winamp.js Fix for nums_ex.bmp 2014-12-02 18:55:17 -08:00

Winamp2-js

A reimplementation of Winamp 2.9 in HTML5 and Javascript.

Works in modern versions of Firefox, Safari and Chrome. Untested in IE.

Features

  • Drag in local sound or skin files or load them via the "eject" button
  • "Shade" mini-mode

Tested in modern versions of

  • Chrome (OS X, iOS, Ubuntu) - Perfect
  • Firefox (OS X) - Perfect
  • Safari (OS X, iOS) - Perfect

Reference

Predecessors

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

  • 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.