Decoding with my own translation of libmad, loading and playback progress, next and prev songs
This commit is contained in:
parent
baa6f4ef23
commit
d6e22f6111
21 changed files with 290 additions and 11796 deletions
|
@ -3,6 +3,8 @@ var morgan = require("morgan");
|
|||
var favicon = require("serve-favicon");
|
||||
var Magnus = require("./core/magnus");
|
||||
|
||||
express.static.mime.types.wasm = 'application/wasm';
|
||||
|
||||
require("./lib/utils/globalMethods");
|
||||
|
||||
var config = require("./config");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue