Go to file
2017-03-29 23:47:10 -07:00
css Switch to rc-slider for vertical sliders 2017-03-24 17:34:53 +00:00
cursors Swtich to v2.91 cursor images 2014-11-26 14:23:33 +01:00
js Refactor main window to avoid rerendering on every marquee tick 2017-03-24 17:52:40 +00:00
mp3 Rename and move files for better clarity (#186) 2016-08-02 10:10:17 -07:00
skins Load skins from original WSZ files instead of individual BMPs 2014-11-16 17:20:25 +11:00
.babelrc Handle modules in tests 2017-01-24 17:57:05 -08:00
.eslintignore Enable coverage report 2017-01-13 21:02:04 -08:00
.eslintrc Swith to Prettier 2017-03-20 23:14:15 +00:00
.gitignore Enable coverage report 2017-01-13 21:02:04 -08:00
.travis.yml Check weight of gzipped size as well 2017-01-13 22:26:39 -08:00
deploy.sh Use yarn for Travis/deploy 2017-03-20 17:50:03 +00:00
favicon.ico Add favicon 2014-12-05 19:49:58 -08:00
index.html Only include Google Analytics code in prod build 2016-08-30 18:00:10 -07:00
LICENSE.txt Add a license 2015-01-31 14:53:04 -08:00
package.json chore(package): update css-loader to version 0.28.0 2017-03-29 23:47:10 -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 Swith to Prettier 2017-03-20 23:14:15 +00:00
webpack.production.config.js Swith to Prettier 2017-03-20 23:14:15 +00:00
yarn.lock Switch to rc-slider for vertical sliders 2017-03-24 17:34:53 +00: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.