|
|
|
@ -30,14 +30,14 @@ void PumpMessagesOnCPUThread();
|
|
|
|
|
bool CreateHostDisplayResources();
|
|
|
|
|
void ReleaseHostDisplayResources();
|
|
|
|
|
|
|
|
|
|
#ifdef WITH_CUBEB
|
|
|
|
|
std::unique_ptr<AudioStream> CreateCubebAudioStream(u32 sample_rate, u32 channels, u32 buffer_ms, u32 latency_ms,
|
|
|
|
|
AudioStretchMode stretch);
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
std::unique_ptr<AudioStream> CreateXAudio2Stream(u32 sample_rate, u32 channels, u32 buffer_ms, u32 latency_ms,
|
|
|
|
|
AudioStretchMode stretch);
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _UWP
|
|
|
|
|
std::unique_ptr<AudioStream> CreateCubebAudioStream(u32 sample_rate, u32 channels, u32 buffer_ms, u32 latency_ms,
|
|
|
|
|
AudioStretchMode stretch);
|
|
|
|
|
#endif
|
|
|
|
|
} // namespace CommonHost
|
|
|
|
|
|
|
|
|
|
namespace ImGuiManager {
|
|
|
|
|