[quake3-commits] [ioquake/ioq3] 2326a0: Don't allow SDL audio capture using pulseaudio
Zack Middleton
zack at cloemail.com
Sat May 12 05:23:09 EDT 2018
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 2326a060b97e84f41d90dd966a0b91b46f03632d
https://github.com/ioquake/ioq3/commit/2326a060b97e84f41d90dd966a0b91b46f03632d
Author: Zack Middleton <zack at cloemail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M code/sdl/sdl_snd.c
Log Message:
-----------
Don't allow SDL audio capture using pulseaudio
When you start recording using SDL pulseaudio driver the client sends
all audio captured while not recording. 240 milliseconds of audio is
sent each frame until the capture buffer is empty. This is a problem for
privacy and causes confusing to debug VoIP playback issues on other
clients connected to server and when playing back demos.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the quake3-commits
mailing list