audio: add InStream and more functiosn coverage to soundio binding

This commit is contained in:
alichraghi 2022-07-08 00:41:56 +04:30 committed by Stephen Gutekanst
parent 751cceb94a
commit f1845c0f41
4 changed files with 97 additions and 0 deletions

View file

@ -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;