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:
parent
a7df1b5f43
commit
ced46314d3
|
|
@ -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
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
12
src/versions
12
src/versions
|
|
@ -1,5 +1,5 @@
|
|||
# Project release version
|
||||
PROJECT=19.09
|
||||
PROJECT=reflector_tg
|
||||
|
||||
# Version for the Qtel application
|
||||
QTEL=1.2.4
|
||||
|
|
@ -8,10 +8,10 @@ QTEL=1.2.4
|
|||
LIBECHOLIB=1.3.3
|
||||
|
||||
# Version for the Async library
|
||||
LIBASYNC=1.6.0.99.2-reflector-tg
|
||||
LIBASYNC=1.6.0.99.2-reflector_tg
|
||||
|
||||
# SvxLink versions
|
||||
SVXLINK=1.7.99.3-reflector-tg
|
||||
SVXLINK=1.7.99.4-reflector_tg
|
||||
MODULE_HELP=1.0.0
|
||||
MODULE_PARROT=1.1.1
|
||||
MODULE_ECHO_LINK=1.5.0
|
||||
|
|
@ -25,13 +25,13 @@ MODULE_FRN=1.1.0
|
|||
MODULE_TRX=1.0.0
|
||||
|
||||
# Version for the RemoteTrx application
|
||||
REMOTE_TRX=1.3.0-reflector_tg
|
||||
REMOTE_TRX=1.3.0.99.0-reflector_tg
|
||||
|
||||
# Version for the signal level calibration utility
|
||||
SIGLEV_DET_CAL=1.0.7
|
||||
SIGLEV_DET_CAL=1.0.7.99.0-reflector_tg
|
||||
|
||||
# Version for the deviation calibration utility
|
||||
DEVCAL=1.0.2
|
||||
DEVCAL=1.0.2.99.0-reflector_tg
|
||||
|
||||
# Version for svxserver
|
||||
SVXSERVER=0.0.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue