All Projects → captbaritone → Webamp

captbaritone / Webamp

Licence: mit
Winamp 2 reimplemented for the browser

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
objective c
16641 projects - #2 most used programming language
matlab
3953 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Webamp

The-Great-Escape-in-C
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
Stars: ✭ 95 (-98.85%)
Mutual labels:  port, reimplementation
Webrtc Lab
WebRTC 연구실 🌎
Stars: ✭ 39 (-99.53%)
Mutual labels:  html5
Microzz.github.io
💻https://microzz.com IT技术分享
Stars: ✭ 29 (-99.65%)
Mutual labels:  html5
Ruffle
A Flash Player emulator written in Rust
Stars: ✭ 9,128 (+10.4%)
Mutual labels:  reimplementation
Canvas Img Process
html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期
Stars: ✭ 31 (-99.63%)
Mutual labels:  html5
Dejajs Components
Angular components
Stars: ✭ 37 (-99.55%)
Mutual labels:  html5
Grav Theme Landio
Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
Stars: ✭ 28 (-99.66%)
Mutual labels:  html5
Wheels
笨办法造轮子
Stars: ✭ 1,007 (-87.82%)
Mutual labels:  html5
Everydaycalendar
An HTML5 rendition of Simone Giertz's Every Day Calendar gadget
Stars: ✭ 39 (-99.53%)
Mutual labels:  html5
Novnc
VNC client web application
Stars: ✭ 8,269 (+0.01%)
Mutual labels:  html5
Playcanvas Spine
Plugin component for PlayCanvas which enables support for Spine animations.
Stars: ✭ 32 (-99.61%)
Mutual labels:  html5
Interaction
交互开发教程,包括h5开发、微信开发等。
Stars: ✭ 31 (-99.63%)
Mutual labels:  html5
D3 In Motion
Code examples and references for the course "D3.js in Motion"
Stars: ✭ 37 (-99.55%)
Mutual labels:  html5
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-99.64%)
Mutual labels:  html5
Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (-99.54%)
Mutual labels:  html5
Tdplayer
html5 player for acfun
Stars: ✭ 29 (-99.65%)
Mutual labels:  html5
Openetg
Stars: ✭ 32 (-99.61%)
Mutual labels:  html5
Smile blog
Smile_Blog主题简介:主题通配响应式布局,电脑手机无障碍浏览,快人一步,采用HTML5+CSS3+Jquery,局部用到了Flex布局,界面简洁,超快加载速度,拒绝等待,前后台独立研发,在界面优化的同时,更与SEO相结合,提高了用户体验,目前日均IP200+,百度权重1,百度收录400+,如使用过程有任何问题,欢迎联系我,演示: 【新站:https://www.huangguorui.cn】 【老站:https://www.huanggr.cn】
Stars: ✭ 36 (-99.56%)
Mutual labels:  html5
Mediaelement
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
Stars: ✭ 7,767 (-6.06%)
Mutual labels:  html5
Devgonga
Devgonga é uma startup com foco em criação de sites e desenvolvimento de sistemas web, moldada para atender a pequenas e médias empresas ao redor de angola. https://devgonga.github.io/devgonga/
Stars: ✭ 41 (-99.5%)
Mutual labels:  html5

gzip size Tests Discord

Webamp

A reimplementation of Winamp 2.9 in HTML5 and JavaScript with full skin support. As seen on TechCrunch, Motherboard, Gizmodo, Hacker News (1, 2, 3, 4), and elsewhere.

Screenshot of Webamp

Check out this Twitter thread for an illustrated list of features. Works in modern versions of Edge, Firefox, Safari and Chrome. IE is not supported.

Add Webamp to Your Site

Here is the most minimal example of adding Webamp to a page:

<div id="app"></div>
<script src="https://unpkg.com/webamp"></script>
<script>
    const app = document.getElementById("app")
    const webamp = new Webamp();
    webamp.renderWhenReady(app);
</script>

For more examples, including how to add audio files, check out examples/ directory and the API documentation.

About This Repository

Webamp uses a monorepo approach, so in addition to the Webamp NPM module, this repository contains code for a few closely related projects and some pieces of Webamp which are published as standalone modules:

Community

Join our community chat on Discord: https://discord.gg/fBTDMqR

Related communites:

In the Wild

An incomplete list of websites using Webamp:

Thanks

  • Butterchurn, the amazing Mikdrop 2 WebGL implementation. Built and integrated into Webamp by: jberg
  • Research and feature prototyping: @PAEz
  • Beta feedback, catching many small UI inconsistencies: LuigiHann
  • Beta feedback and insider answers to obscure Winamp questions: Darren Owen
  • Donating the webamp NPM module name: Dave Eddy

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].