Skip to content

Instantly share code, notes, and snippets.

@socantre
socantre / wasapi_test.cpp
Last active November 12, 2018 09:23
Test with windows audio API
#define NOMINMAX
#include "scoped_resource.h"
#include <Audioclient.h>
#include <atlbase.h>
#include <audiopolicy.h>
#include <mmdeviceapi.h>
#include <chrono>