Git Product home page Git Product logo

3dplayer's Introduction

3dplayer

A Javascript audio player with a stylized 3D compact disc player interface that includes visual effects and audio effects. It uses WebGL and Web Audio and works in all modern browsers. The project is fully working but the API and details are still being finalized.

>> LINK TO WORKING PROJECT DEMO PAGE <<

Features:

  • simple interface to load an album by including a list of MP3 files and CD image in the script call
  • CD player sound effects and animated disc drawer
  • simulated CD player button interface with play, pause, stop, skip forward, skip back, repeat, etc.
  • realtime reverb and echo room effects
  • optional background and particle system visualizer effects

Technical features:

  • custom optical disc GLSL shader
  • Web Audio sound library with effects processor, background pre-loading, and automatic memory management
  • Blender CD player 3D model that can be easily customized

Screenshot:

screenshot

Usage

To load the player with an album, include the list of tracks in the script tag parameters.
The final version will also have a number of other parameters that can be configured.

<script type="module" src="3dplayer/3dplayer.js"
track1="music/expansion.mp3" 
track2="music/knight_rider.mp3" 
track3="music/one_person_might_not.mp3"
track4="music/okay_shorter_fade.mp3"
track5="music/trian.mp3"></script>

License forthcoming, probably MIT.

3dplayer's People

Contributors

paulslocum avatar

Stargazers

Hey... It's ruffiØ! avatar Yan Zhabin avatar Ayoub avatar Jon Williams avatar  avatar Paul Randolph avatar Rodrigo Ratan avatar  avatar Brian Abelson avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.