Thread: 3d sound
View Single Post
  #1  
Old 04-21-2008, 02:03 AM
joeymax joeymax is offline
Member
 
Join Date: Apr 2007
Location: England
Posts: 11
3d sound

Hi there,

I was wondering how I can add 3d sound to an entire object, so that no matter where you are on that object the volume of sound stays the same.
For instance, the object could be a ground plane which you walk around, and the volume only decreases when you leave that object.

Sorry if this is really dumb, ive checked the user guide but im new to vizard.

Thanks

Code:
sound = d4.playsound('BusyStation.wav', viz.LOOP)
Reply With Quote