Oo_sfml_audio.sound_buffer_src ->
object
  val soundBuffer : SFSoundBuffer.t
  method channel_count : int
  method duration : SFTime.t
  method sample_count : int
  method sample_rate : int
  method save_to_file : filename:string -> unit
  method t : SFSoundBuffer.t
end