Skip to content
Snippets Groups Projects
Commit b297f7e7 authored by David Trattnig's avatar David Trattnig
Browse files

Reset default docker value. #6

parent 666f7377
No related branches found
No related tags found
No related merge requests found
...@@ -57,13 +57,13 @@ output_device_4="" ...@@ -57,13 +57,13 @@ output_device_4=""
# Defaults are recommended; you might need to tweak these values if you're hearing jitter, cracklings or other artifacts # Defaults are recommended; you might need to tweak these values if you're hearing jitter, cracklings or other artifacts
# #
# Usually provided by your device # Usually provided by your device
sample_rate="44100" sample_rate=""
# Set to 0 to use the ALSA default. If using hardware directly (hw:0) start with 8192. Higher values give higher latency and lower CPU usage. # Set to 0 to use the ALSA default. If using hardware directly (hw:0) start with 8192. Higher values give higher latency and lower CPU usage.
alsa_buffer="0" alsa_buffer=""
# Only used for buffered ALSA I/O, and affects latency. Probably not wanted for live audio. Defaults to "1" # Only used for buffered ALSA I/O, and affects latency. Probably not wanted for live audio. Defaults to "1"
alsa_buffer_length="0" alsa_buffer_length=""
# Set to 0 to use the ALSA default. Defaults to "0" # Set to 0 to use the ALSA default. Defaults to "0"
alsa_periods="0" alsa_periods=""
# Frame Size ("frame.audio.size"); Unclear if that's still required as it's not documented in Liquidsoap anymore. # Frame Size ("frame.audio.size"); Unclear if that's still required as it's not documented in Liquidsoap anymore.
frame_size="" frame_size=""
# Tentative frame duration in seconds, defaults to "0.04" (Float). This setting is used as a hint for the duration, # Tentative frame duration in seconds, defaults to "0.04" (Float). This setting is used as a hint for the duration,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment