No description
Find a file
Jordan Eldredge 7b6d3f4b18 Make balance control work
Using code by @lostsource, we've implemented support for the balance control.

Fixes #13
2014-11-26 10:58:17 +01:00
cursors Upgrade to the Winamp 2.91 skin 2014-11-04 19:57:10 -08: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
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 Add loading state 2014-11-23 13:00:11 +01:00
media.js Make balance control work 2014-11-26 10:58:17 +01:00
README.md Add Winamp Skinning Tutorial 2014-11-21 03:56:02 +01:00
skin.js Add loading state 2014-11-23 13:00:11 +01:00
visualizer.js Add first draft of sine wave visualization 2014-11-20 08:33:57 +01:00
winamp.css Add loading state 2014-11-23 13:00:11 +01:00
winamp.js Make balance control work 2014-11-26 10:58:17 +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.