Go to file
2017-07-13 16:48:00 -07:00
css Refactor context window 2017-06-09 17:28:21 -07:00
cursors
js Add eq shade state to reducer 2017-07-13 16:47:44 -07:00
mp3
skins
.babelrc Fix transpilation 2017-06-28 16:56:25 -07:00
.eslintignore Enable coverage report 2017-01-13 21:02:04 -08:00
.eslintrc Remove style rules now handled by prettier 2017-07-13 16:48:00 -07:00
.gitignore Add preview to repo 2017-05-10 17:36:15 -07:00
.travis.yml Only test on the latest version of Node 2017-06-28 16:12:36 -07:00
deploy.sh Use yarn for Travis/deploy 2017-03-20 17:50:03 +00:00
favicon.ico
index.html Host preview image on https 2017-05-15 18:08:01 -07:00
LICENSE.txt
package.json Ugrade webpack-dev-server 2017-06-28 16:58:33 -07:00
preview.png Add preview to repo 2017-05-10 17:36:15 -07:00
README.md Use 'start' as npm dev command 2017-03-24 17:53:13 +00:00
revert.sh Add script to revert 2016-11-28 23:15:31 -08:00
webpack.config.js Fix transpilation 2017-06-28 16:56:25 -07:00
webpack.production.config.js Swith to Prettier 2017-03-20 23:14:15 +00:00
yarn.lock Ugrade webpack-dev-server 2017-06-28 16:58:33 -07:00

Travis Codecov

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

Building

npm install
npm run build

Open index.html in your browser.

Development

npm start

Open http://localhost:8080/webpack-dev-server/ in your browser.

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.

License

While the Winamp name, interface, and, sample audio file are surely property of Nullsoft, the code within this project is released under the MIT License. That being said, if you do anything interesting with this code, please let me know. I'd love to see it.