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
A simplified reimplementation of the ASIO SDK for Windows along with an example application.
C
Tested with MSVC 19.29.30133
for x64 and Clang 12.0.1.
Open x64 Native Tools Command Prompt
and run
cd path\to\this\repo
build.bat
cd path\to\this\repo
clang src\main.c