View Single Post
  #2  
Old 12-08-2019, 09:02 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Do you get an error if you place the sound file in the same folder as the Vizard script and run the following?

Code:
import viz
viz.go()

viz.playSound('audios.mid')
Reply With Quote