OznOg
OznOg
### What does this PR do? ### Closes Issue(s) ### Motivation ### More - [ ] Added/updated documentation ### Additional Notes
Handling of the audio backend selection is quite complicated and does not allow to test the backend withour restart. This PR should allow it.
Bug I have a quite old laptop and when entering the play menu (when all songs are displayed) the music hangs and alsa complains about underruns. This bug is very...
### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? Instead of downloading files containing audio + video + lyrics,...
Using modern C++ features (smart pointer, delegating constructors, auto, etc...) could make the code more robust and readable (less code) What about moving to c++14 and above?