我在 Doom3 中听到声音失真。我该如何修复?

我在 Doom3 中听到声音失真。我该如何修复?

我正在使用全新安装的 Ubuntu 11.10 64 位。我在这里阅读了 Doom 3 指南:

https://help.ubuntu.com/community/Doom3

并成功安装了 Doom 3。它可以运行,但声音很糟糕(非常刺耳)。终端输出充满了这些重复的行:

snd_pcm_writei 4096 frames failed: Broken pipe
preparing audio device for output
snd_pcm_writei 4096 frames failed: Broken pipe
preparing audio device for output

我尝试过使用以下方法:

doom3 +set s_driver oss +set s_numberOfSpeakers 2

但当我这样做时,根本没有声音。这是在终端输出中:

    ------ OSS Sound Initialization ------
    WARNING: failed to open sound device '/dev/dsp': No such file or directory
    WARNING: sound subsystem disabled

有人能解释一下“snd_pcm_writei 4096 帧失败:管道损坏”错误是什么意思,以及如何修复它以使声音正常播放吗?

答案1

尝试使用以下命令运行游戏。

pasuspender ./doom3.x86

或者尝试这些:

sudo apt-get install alsa-oss

quake3 +set s_driver oss +set s_numberOfSpeakers 2

aoss quake4

相关内容