Skip to content
Snippets Groups Projects
Verified Commit 74f1e33e authored by Ole Binder's avatar Ole Binder
Browse files

Fix: add default input device for docker

parent 6d6e6b06
Branches
Tags
1 merge request!8Feat jack support
...@@ -73,11 +73,11 @@ soundsystem="jack" ...@@ -73,11 +73,11 @@ soundsystem="jack"
output_device_0="default" output_device_0="default"
; output_device_1="" ; output_device_1=""
; input_device_0="" input_device_0="default"
; input_device_1="" ; input_device_1=""
################################################################################################## ##################################################################################################
# Frame Settings # ALSA Frame Settings
# #
# Sample rate in Hz # Sample rate in Hz
; frame_audio_sample_rate="44100" ; frame_audio_sample_rate="44100"
......
...@@ -77,7 +77,7 @@ output_device_0="default" ...@@ -77,7 +77,7 @@ output_device_0="default"
; input_device_1="" ; input_device_1=""
################################################################################################## ##################################################################################################
# Frame Settings # ALSA Frame Settings
# #
# Sample rate in Hz # Sample rate in Hz
; frame_audio_sample_rate="44100" ; frame_audio_sample_rate="44100"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment