So I managed to compile GZDoom from source today, and I'm pretty happy that it works. There's just one little problem with it, though, and that is that I can't seem to get it to play sound while my music player is running. Stopping the music player before running GZDoom allows GZDoom's sound to play, but then I can't start the music player without it hanging.
I'm attempting this through Ubuntu Linux 8.10. I'm playing my music through Audacious, which is set to output through ALSA. I'm not sure what GZDoom is outputting through. Other applications can play sound at the same time as each other (I've managed to run Audacious and VLC together with no issues). I've also tried other music players, with the same effect: GZDoom will not output sound while the music plays.
Linux - Sound not agreeing with music player
Moderator: Graf Zahl
- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: Linux - Sound not agreeing with music player
You can check what sound driver GZDoom is using by going to Options->Sound Options, near the middle where it says "Sound Device."
It defaults to OSS, but in my opinion it should probably default to ALSA. In Windows, it would be the equivalent of choosing between DirectSound and WaveOut. DirectSound is obviously far superior of the two.
It defaults to OSS, but in my opinion it should probably default to ALSA. In Windows, it would be the equivalent of choosing between DirectSound and WaveOut. DirectSound is obviously far superior of the two.
- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
Re: Linux - Sound not agreeing with music player
Ah ha, switching it to ALSA seems to have fixed it. Guess I missed the option on account of it being set to "DEFAULT" by, er, default. =P