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,8 +3,6 @@ cmake_minimum_required(VERSION 2.8.12)
|
|||
add_subdirectory(requirejs)
|
||||
add_subdirectory(wSocket)
|
||||
add_subdirectory(bintrees)
|
||||
add_subdirectory(mp3)
|
||||
add_subdirectory(aurora)
|
||||
add_subdirectory(wContainer)
|
||||
add_subdirectory(utils)
|
||||
add_subdirectory(wType)
|
||||
|
@ -12,3 +10,4 @@ add_subdirectory(wDispatcher)
|
|||
add_subdirectory(wTest)
|
||||
add_subdirectory(wController)
|
||||
add_subdirectory(fonts)
|
||||
add_subdirectory(em)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
configure_file(aurora.js aurora.js)
|
File diff suppressed because it is too large
Load diff
4
lorgar/lib/em/CMakeLists.txt
Normal file
4
lorgar/lib/em/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
configure_file(wrapper.js wrapper.js)
|
||||
configure_file(wrapper.wasm wrapper.wasm COPYONLY)
|
4
lorgar/lib/em/wrapper.js
Normal file
4
lorgar/lib/em/wrapper.js
Normal file
File diff suppressed because one or more lines are too long
BIN
lorgar/lib/em/wrapper.wasm
Normal file
BIN
lorgar/lib/em/wrapper.wasm
Normal file
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
configure_file(mp3.js mp3.js)
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue