https://github.com/chfoo/jsrealamp
Music player in pure JavaScript
https://github.com/chfoo/jsrealamp
Last synced: about 1 month ago
JSON representation
Music player in pure JavaScript
- Host: GitHub
- URL: https://github.com/chfoo/jsrealamp
- Owner: chfoo
- License: gpl-3.0
- Created: 2015-02-02T03:57:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T06:35:30.000Z (about 11 years ago)
- Last Synced: 2023-03-23T04:57:48.360Z (almost 3 years ago)
- Language: Haxe
- Homepage: https://chfoo.github.io/jsrealamp/
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
JSRealAmp
=========
Music player in pure JavaScript.
Quick Start
===========
Quick start instructions for Unix-like system.
Requirements
++++++++++++
Tools:
* `Emscripten `_ (1.29)
* `Haxe `_ (3.1.3)
Music engines:
* `Game Music Emu `_ (r48)
* `OpenMPT `_ (libopenmpt-0.2.4667-beta9.tar.gz)
Build
+++++
Simply run::
make
This will generate ``lib.js`` and ``ui.js``.
To quickly start a web server use: ``python -m SimpleHTTPServer`` or ``python3 -m http.server``.
TODO
====
* Better track and playlist management
* MilkyTracker
* Something to read USF files
* Unrar for RSN files containg SPC files
* SoX
Credits
=======
Copyright 2015 by Christoper Foo . Licensed under GPL v3