Sound feedback navigation

The simplest option is to use the existing BreachWarningNode infrastructure. See initialization here:

C++ code here:

The actual sound is in Qt, a QSound played when the observed vtkMRMLBreachWarningNode WarningSoundPlaying property is true:

Hope that helps.

1 Like