I try to run 2 server at the same time on ubuntu, in order to support two groups of softwares.
One of them is a qt server that uses QSound objects and the other is written in C and uses fmod to play audio.
When I run the fmod based server and then run the other, I receive "Error opening audio device"
.
What should I do to have both running fine simultaneously?