module Oo_sfml_audio: sig
.. end
Online documentation for the audio module
type
music_src = [ `FromFile of string | `FromMemory of string ]
class music : music_src ->
object
.. end
class listener :
object
.. end
type
sound_buffer_src = [ `FromFile of string
| `FromMemory of string
| `FromSamples of
(int, Bigarray.int16_signed_elt, Bigarray.c_layout) Bigarray.Array1.t *
int * int ]
class sound_buffer : sound_buffer_src ->
object
.. end
type
sound_status = [ `paused | `playing | `stopped ]
class sound :
object
.. end