NXT.SoundPlay sounds (.rso files) and tones.
val play : ?check_status:bool -> 'a conn -> ?loop:bool -> string -> unit Lwt.tplay_soundfile conn file plays the sound file named file. The sound files extension, namely ".rso", must be part of file.
val stop : ?check_status:bool -> 'a conn -> unit Lwt.tStop the current playback. Does nothing if no sound file is playing.
val play_tone : ?check_status:bool -> 'a conn -> int -> int -> unit Lwt.tplay_tone conn freq duration play a tone with freq Hz lasting duration miliseconds.