Sound#

Introduction#

The VEX AIR Drone Controller’s sounds allow users to play built-in sounds, custom audio files, and musical notes. It also includes controls for stopping sounds and detecting if audio is currently playing. Below is a list of all available methods:

Actions – Play or stop sounds.

  • play – Plays a built-in sound effect.

  • play_file – Plays a user-uploaded custom sound.

  • play_note – Plays a musical note for a set duration.

  • stop – Stops any currently playing sound.

  • set_mic_mute - Mutes or un-mutes the microphone.

  • set_headset_volume - Sets the headset volume.

Getter – Check sound status.

Actions#

play#

Documentation Coming Soon

play_file#

Documentation Coming Soon

play_note#

Documentation Coming Soon

stop#

Documentation Coming Soon

set_mic_mute#

Documentation Coming Soon

set_headset_volume#

Documentation Coming Soon

Getters#

is_active#

Documentation Coming Soon

get_mic_mute#

Documentation Coming Soon

get_headset_volume#

Documentation Coming Soon