/SimpleASIO

A simplified reimplementation of the ASIO SDK for Windows along with an example application.

Primary LanguageC

Simple ASIO

Tested with MSVC 19.29.30133 for x64 and Clang 12.0.1.

Building

MSVC

Open x64 Native Tools Command Prompt and run

cd path\to\this\repo
build.bat

Clang

cd path\to\this\repo
clang src\main.c