Stian Sebastian Skjelstad

Results 15 comments of Stian Sebastian Skjelstad

I do not have the resources to maintain external builds. The builds for Debian, Slackware etc. are handled by external volunteers often referred to as packagers that often maintains a...

Reworking the argument parsing is on my (slow) TODO list. The current code is still based on the original dos code and does not follow modern getopt() semantics.

I have little to no experience with jack. Isn't jack/jack2 an audio server that provides the same functionality as PulseAudio. For ALSA, the current output device (virtual or real) can...

If JACK2 and JACK has the same API, it should work already using SDL2 for audio in OCP

Audio-freezes can be issue that happens with libalsa and their libpulse audio redirection plugin when it looses audio-sync. Same as issue #8. I seem to reproduce it if rapidly changing...

Now we should only be left with your screen flickering and random crashes. **Screen flickering:** can you try to run SDL2 without wayland (I suspect this might be a cause)...

This probably falls into this category: https://www.phoronix.com/scan.php?page=news_item&px=SDL2-Reverts-Wayland-Default

Did the crashes go away as well when using X11 instead of wayland as the active SDL2 VIDEO driver?

Could you retest the master to verify if this is fixed or still a problem?

Per today there are only a global setting for the entire player for panning and balance: ocp.ini [sound] panning=50 balance=2 Or command-line -vb2 -vp50 should work too I have started...