forked from eden-emu/eden
Choose the SDL audio backend when Cubeb reports too high of a latency
This commit is contained in:
parent
3733e23f07
commit
8351d39dd0
7 changed files with 95 additions and 32 deletions
|
@ -87,4 +87,11 @@ private:
|
|||
*/
|
||||
std::vector<std::string> ListSDLSinkDevices(bool capture);
|
||||
|
||||
/**
|
||||
* Get the reported latency for this sink.
|
||||
*
|
||||
* @return Minimum latency for this sink.
|
||||
*/
|
||||
u32 GetSDLLatency();
|
||||
|
||||
} // namespace AudioCore::Sink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue