Include the Built-In HRTF names in alsoft-config when enabled

This commit is contained in:
Chris Robinson
2017-05-05 07:49:56 -07:00
parent 074e4496ba
commit e1bc4c0730
+5
View File
@@ -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;
}