Include the Built-In HRTF names in alsoft-config when enabled
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user