From 9e3a1942a39efedf685c74f49763f917ca404269 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Feb 2016 09:27:52 -0800 Subject: Add an ALSA backend tab --- utils/alsoft-config/mainwindow.ui | 107 +++++++++++++++++++++++++++++++++++++- 1 file changed, 106 insertions(+), 1 deletion(-) (limited to 'utils/alsoft-config/mainwindow.ui') diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 888546ce..3c6629f0 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -734,13 +734,18 @@ application or system to determine if it should be used. PulseAudio + + + ALSA + + 110 10 - 411 + 421 361 @@ -882,6 +887,106 @@ rate to match the PulseAudio device. + + + + + 10 + 30 + 141 + 21 + + + + Default Playback Device: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 160 + 30 + 231 + 21 + + + + default + + + + + + 10 + 60 + 141 + 21 + + + + Default Capture Device: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 160 + 60 + 231 + 21 + + + + default + + + + + + 20 + 100 + 191 + 21 + + + + Allow use of ALSA's software resampler. This lets +the OpenAL device to be set to a different sample +rate than the backend device, but incurs another +resample pass on top of OpenAL's resampler. + + + Allow Resampler + + + + + + 210 + 100 + 191 + 21 + + + + Accesses the audio device buffer through an mmap, +potentially avoiding an extra sample buffer copy +during updates. + + + MMap Buffer + + + true + + + -- cgit v1.2.3