module AlBuffer:OpenAL buffer managementsig
..end
type
t
val load_from_file : string -> t
load_from_file file_name
performs direct loading from fileval load_from_string : frequency:int -> channels:int -> bits:int -> data:string -> t
val geti : t -> [< `bits | `channels | `frequency | `size ] -> int
val duration : t -> float