https://github.com/industral/rotesonne
Audio Player supporting ALSA/OSS and wav, wv, flac, ogg formats
https://github.com/industral/rotesonne
alsa cpp flac ogg oss qt5 wav wavepack
Last synced: about 2 months ago
JSON representation
Audio Player supporting ALSA/OSS and wav, wv, flac, ogg formats
- Host: GitHub
- URL: https://github.com/industral/rotesonne
- Owner: industral
- License: mit
- Created: 2014-07-15T18:19:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T19:55:35.000Z (almost 12 years ago)
- Last Synced: 2025-10-25T05:37:57.730Z (8 months ago)
- Topics: alsa, cpp, flac, ogg, oss, qt5, wav, wavepack
- Language: C++
- Homepage:
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RoteSonne Player
================

INSTALL
________
```bash
$ git submodule update
$ git submodule init
$ sudo ln -s /path/to/silentmedia/src/libsml /usr/include
$ sudo ln -s /path/to/silentmedia/libsml.so /usr/lib
$ sudo ldconfig
```
Build:
```bash
$ make clean
$ qmake
$ make
```
After, you should run application (rotesonne binary file), refer to "Settings" -> "Collection" or just press
Ctrl + C, enter path to your library and press "Scan".
This will scan your audio library and refresh playlist view.
NOTE: RoteSonne (SilentMedia) works only with the following formats: "wav", "ogg", "flac", "wv".