From e1bc4c0730960761593481d2b048f760a9f008f8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 5 May 2017 07:49:56 -0700 Subject: Include the Built-In HRTF names in alsoft-config when enabled --- utils/alsoft-config/mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/alsoft-config') diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index d46bb029..4f16726f 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -540,6 +540,11 @@ QStringList MainWindow::collectHrtfs() } } } + +#ifdef ALSOFT_EMBED_HRTF_DATA + ret.push_back("Built-In 44100hz"); + ret.push_back("Built-In 48000hz"); +#endif } return ret; } -- cgit v1.2.3