An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

RoteSonne Player
================

![RoteSonne on OS X](doc/rotesonne_OSX.png)

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".