Go to file
Jordan Eldredge f9bc90e69c Show the actual sample rate
Helps with #19
2014-11-28 10:09:07 +01: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 Convert file manager to object literal 2014-11-16 18:18:53 -08:00
font.js Move font stuff into skin, refactor 2014-11-20 08:21:04 +01:00
index.html Update Open Graph meta info 2014-11-27 08:00:07 -05: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 Very simple bar visualizer, it's a start... 2014-11-28 09:27:43 +01:00
visualizer.js Very simple bar visualizer, it's a start... 2014-11-28 09:27:43 +01:00
winamp.css Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
winamp.js Show the actual sample rate 2014-11-28 10:09:07 +01: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.