audio: add InStream and more functiosn coverage to soundio binding
This commit is contained in:
parent
751cceb94a
commit
f1845c0f41
4 changed files with 97 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ pub usingnamespace @import("enums.zig");
|
|||
pub const c = @import("c.zig");
|
||||
pub const SoundIo = @import("SoundIo.zig");
|
||||
pub const Device = @import("Device.zig");
|
||||
pub const InStream = @import("InStream.zig");
|
||||
pub const OutStream = @import("OutStream.zig");
|
||||
pub const Error = @import("error.zig").Error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue