object
  method global_volume : float
  method position : float * float * float
  method set_global_volume : volume:float -> unit
  method set_position : pos:float * float * float -> unit
  method set_position3 : posX:float -> posY:float -> posZ:float -> unit
end