Skip to content

Latest commit

 

History

110 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azo

A library for interacting with ASIO (Audio Stream Input/Output) drivers.

Not an ASIO SDK Wrapper

For Rust bindings to the official ASIO SDK by Steinberg, see the asio-sys crate instead.

azo doesn't use the SDK, it accesses the underlying COM objects exposed by the drivers directly.

Getting Started

azo::get_drivers() is always the starting point, followed by .create_instance() on one (or multiple) of the returned structs. See the /examples provided.

About

Re-implementation of ASIO (Audio Stream Input/Output)

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages