View Single Post
  #2  
Old 05-02-2011, 11:43 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Yes, use the viz.addAudio command. For example, add the following code to your AR script:
Code:
audio = viz.addAudio('bach_air.mid')
audio.play()
Reply With Quote