opnsense-ports/audio/openal/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
636 B
Text

===============================================================================
If you hear cracks and pops with some applications, adjust the
OPENAL_BUFFER_SIZE environment variable, for instance:
export OPENAL_BUFFER_SIZE=8192
fgfs
If the OPENAL_BUFFER_SIZE environment variable is not set, the default sound
card buffer size is used.
Increasing the audio buffer size increases the audio latency but decreases the
CPU usage; decreasing the audio buffer size decreases the audio latency but
increases the CPU usage (which can cause cracks and pops).
===============================================================================