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