CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/UWP/XAudioSoundStream.h
Views: 1401
1
#pragma once
2
3
#include "Common/CommonWindows.h"
4
#include "Core/Config.h"
5
6
#include "Windows/WindowsAudio.h"
7
8
// Factory
9
WindowsAudioBackend *CreateAudioBackend(AudioBackendType type);
10
11