Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking distortion at the begining and the end of radio communications #165

Open
vanfanel opened this issue Feb 22, 2025 · 1 comment
Open

Comments

@vanfanel
Copy link

vanfanel commented Feb 22, 2025

Hello there,

I've noticed that there's audible clicking distortion when the radio communication samples begin and end. During the sample playback itself it's fine, the clicking distortion can be heard only when it's starting or ending. No other audio sample or music in-game seems to exhibit this problem.

-This happens on the latest GIT code of the engine. No idea when it started happening.
-This is on GNU/Linux using SDL2 on ALSA audio and OpenGL video. ALSA meaning real ALSA, no PulseAudio/Pipewire is even running on the system.
-This is not a performance problem either: CPU usage is under 10% and GPU usage is also very low on every part of the game (Ryzen 7 8700G, latest stable MESA 25.0.0).

It seems to me that the problem comes from the "communications open" and "communications close" samples, not from the dialog samples themselves.

@vanfanel
Copy link
Author

vanfanel commented Mar 3, 2025

I have found that lowering "Master Volume" to ~80% and "Voice Volume" to ~90%, the clicks are gone.
I suspect audio mixing is resulting in some variable overflow, causing those clicks if those audio levels are at 100%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant