View Single Post
  #2  
Old 01-25-2006, 10:02 AM
tobin tobin is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 251
From within Vizard, I assume.

There's viz.playsound()

and the media object which allows you to add sounds via:

sound = viz.add('mysound.wav')

If you're not asking about WAV, MPG, AIF, etc, type sounds and install want to play tones from the speaker directly, I'd expect there already exists a Python module for doing this but the answer is Vizard doesn't have the equivalent to the WIN32 call Beep().
Reply With Quote