Audio: Add sink selection to configuration files
This commit is contained in:
parent
8b94422e3e
commit
4e971f44a2
10 changed files with 79 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace AudioCore {
|
||||
|
||||
// g_sink_details is ordered in terms of desirability, with the best choice at the top.
|
||||
const std::vector<SinkDetails> g_sink_details = {
|
||||
{ "null", []() { return std::make_unique<NullSink>(); } },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue