libsoundio audio renderer for Windows and Mac (#97)

This commit is contained in:
Cameron Gutman
2018-10-05 19:22:57 -07:00
committed by GitHub
parent 6661ca17c2
commit e182445593
37 changed files with 625 additions and 5828 deletions
-5
View File
@@ -3,11 +3,6 @@
#include "renderer.h"
#include <SDL.h>
#ifndef HAVE_SLVIDEO
#error SDL audio backend is only available for Steam Link
#error Please install PortAudio to build for Linux
#endif
class SdlAudioRenderer : public IAudioRenderer
{
public: