mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-19 01:55:45 +00:00
Choose the SDL audio backend when Cubeb reports too high of a latency
This commit is contained in:
@@ -96,4 +96,11 @@ private:
|
||||
*/
|
||||
std::vector<std::string> ListCubebSinkDevices(bool capture);
|
||||
|
||||
/**
|
||||
* Get the reported latency for this sink.
|
||||
*
|
||||
* @return Minimum latency for this sink.
|
||||
*/
|
||||
u32 GetCubebLatency();
|
||||
|
||||
} // namespace AudioCore::Sink
|
||||
|
||||
Reference in New Issue
Block a user