A huge project of internet radio
2019-03-23 15:47:05 +03:00
corax
volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source
2019-02-02 01:24:09 +03:00
lib
Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module
2019-03-23 15:47:05 +03:00
libjs
Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module
2019-03-23 15:47:05 +03:00
lorgar
Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module
2019-03-23 15:47:05 +03:00
magnus
Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module
2019-03-23 15:47:05 +03:00
perturabo
initial player stuff
2018-08-05 00:53:48 +03:00
roboute
initial commit
2018-08-05 00:48:17 +03:00
test
handled audio playback with aurora library
2018-12-22 00:21:12 +03:00
CMakeLists.txt
initial commit
2018-08-05 00:48:17 +03:00
README.md
initial commit
2018-08-05 00:48:17 +03:00
RadioW
Dependencies
cmake >= 2.8.12
qt 5.*
qt(5)-base
qt(5)-websockets
nodejs
npm
libssh
lmdb
taglib
Building
Attention! During the first build internet connection is mandatory. There are some nodejs dependencies, which npm is going to unstall during configuration.
Create a build directory and checkout there. For example if you are in project directory, and want to build in subdirectory run
mkdir build
cd build
Run cmake to configure the project, giving the path to project root directory. For example
cmake ../
Run make to build the project. For example
make