Update documentation and systemd config for zerofill change

ASYNC_ALSA_ZEROFILL now default to 1 (enabled) which is now reflected by
the description in the manual page as well as the setting in the systemd
default config file.
This commit is contained in:
Tobias Blomberg 2019-09-28 22:01:08 +02:00
parent 025912a916
commit eb21c34260
8 changed files with 21 additions and 31 deletions

View File

@ -1,4 +1,4 @@
.TH DEVCAL 1 "APRIL 2019" Linux "User Manuals"
.TH DEVCAL 1 "SEPTEMBER 2019" Linux "User Manuals"
.
.SH NAME
.
@ -243,10 +243,8 @@ Set this environment variable to 1 if you get an error about
during devcal startup when using OSS audio.
.TP
ASYNC_AUDIO_ALSA_ZEROFILL
Set this environment variable to 1 to make the Alsa audio code write zeros to
the audio device when there is no audio to write available. This may be needed
for some audio devices that take a long time to recover from an underflow
condition.
Set this environment variable to 0 to stop the Alsa audio code from writing
zeros to the audio device when there is no audio to write available.
.
.SH AUTHOR
.

View File

@ -1,4 +1,4 @@
.TH QTEL "1" "JULY 2019" Linux "User Manuals"
.TH QTEL "1" "SEPTEMBER 2019" Linux "User Manuals"
.
.SH NAME
.
@ -62,10 +62,8 @@ Set this environment variable to 1 if you get an error about
during qtel startup when using OSS audio.
.TP
ASYNC_AUDIO_ALSA_ZEROFILL
Set this environment variable to 1 to make the Alsa audio code write zeros to
the audio device when there is no audio to write available. This may be needed
for some audio devices that take a long time to recover from an underflow
condition.
Set this environment variable to 0 to stop the Alsa audio code from writing
zeros to the audio device when there is no audio to write available.
.
.SH AUTHOR
.

View File

@ -1,4 +1,4 @@
.TH REMOTETRX 1 "JULY 2019" Linux "User Manuals"
.TH REMOTETRX 1 "SEPTEMBER 2019" Linux "User Manuals"
.
.SH NAME
.
@ -84,10 +84,8 @@ Set this environment variable to 1 if you get an error about
during remotetrx server startup when using OSS audio.
.TP
ASYNC_AUDIO_ALSA_ZEROFILL
Set this environment variable to 1 to make the Alsa audio code write zeros to
the audio device when there is no audio to write available. This may be needed
for some audio devices that take a long time to recover from an underflow
condition.
Set this environment variable to 0 to stop the Alsa audio code from writing
zeros to the audio device when there is no audio to write available.
.TP
HOME
Used to find the per user configuration file.

View File

@ -1,4 +1,4 @@
.TH SIGLEVDETCAL 1 "JULY 2019" Linux "User Manuals"
.TH SIGLEVDETCAL 1 "SEPTEMBER 2019" Linux "User Manuals"
.
.SH NAME
.
@ -58,10 +58,8 @@ Set this environment variable to 1 if you get an error about
when the remotetrx server starts.
.TP
ASYNC_AUDIO_ALSA_ZEROFILL
Set this environment variable to 1 to make the Alsa audio code write zeros to
the audio device when there is no audio to write available. This may be needed
for some audio devices that take a long time to recover from an underflow
condition.
Set this environment variable to 0 to stop the Alsa audio code from writing
zeros to the audio device when there is no audio to write available.
.
.SH AUTHOR
.

View File

@ -1,4 +1,4 @@
.TH SVXLINK 1 "JULY 2019" Linux "User Manuals"
.TH SVXLINK 1 "SEPTEMBER 2019" Linux "User Manuals"
.
.SH NAME
.
@ -63,10 +63,8 @@ Set this environment variable to 1 if you get an error about
during startup of the SvxLink server when using OSS audio.
.TP
ASYNC_AUDIO_ALSA_ZEROFILL
Set this environment variable to 1 to make the Alsa audio code write zeros to
the audio device when there is no audio to write available. This may be needed
for some audio devices that take a long time to recover from an underflow
condition.
Set this environment variable to 0 to stop the Alsa audio code from writing
zeros to the audio device when there is no audio to write available.
.TP
HOME
Used to find the per user configuration file.

View File

@ -16,5 +16,5 @@ LOGFILE=@LOCAL_STATE_DIR@/log/remotetrx
# Where to place the PID file
PIDFILE=/run/remotetrx.pid
# Enable Alsa zerofill if set to 1 (see manual page)
ASYNC_AUDIO_ALSA_ZEROFILL=0
# Disable Alsa zerofill if set to 0 (see manual page)
#ASYNC_AUDIO_ALSA_ZEROFILL=1

View File

@ -16,5 +16,5 @@ LOGFILE=@LOCAL_STATE_DIR@/log/svxlink
# Where to place the PID file
PIDFILE=/run/svxlink.pid
# Enable Alsa zerofill if set to 1 (see manual page)
ASYNC_AUDIO_ALSA_ZEROFILL=0
# Disable Alsa zerofill if set to 0 (see manual page)
#ASYNC_AUDIO_ALSA_ZEROFILL=1

View File

@ -11,7 +11,7 @@ LIBECHOLIB=1.3.3
LIBASYNC=1.6.0.99.0
# SvxLink versions
SVXLINK=1.7.0
SVXLINK=1.7.0.99.0
MODULE_HELP=1.0.0
MODULE_PARROT=1.1.1
MODULE_ECHO_LINK=1.5.0
@ -25,7 +25,7 @@ MODULE_FRN=1.1.0
MODULE_TRX=1.0.0
# Version for the RemoteTrx application
REMOTE_TRX=1.3.0
REMOTE_TRX=1.3.0.99.0
# Version for the signal level calibration utility
SIGLEV_DET_CAL=1.0.7