mm.oss
Mm_oss.reader
mm
mm.audio
mm.base
mm.image
mm.midi
mm.video
method channels : int
Number of channels.
method sample_rate : int
Sample rate in samples per second.
method length : int
Length in samples.
method duration : float
Duration in seconds.
method seek : int -> unit
Seek to a given sample.
method close : unit
Close the file. This method should only be called once. The members of the object should not be accessed anymore after this method has been called.
method read : Mm_audio.Audio.buffer -> int