![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				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)
 | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			This is not currently possible. If you want ambient sound then you will need to use the non-3D sound features. You can manually decrease the volume of the sound as you move away from the specific area. Here is how you would create a sound object: 
		
		
		
		
		
		
		
		
	
	Code: 
	ambient = viz.add('BusyStation.wav',loop=True)
ambient.play()
Code: 
	ambient.volume(0.5) #Set volume to 50%  | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			thanks farshizzo   
		
		
		
		
		
		
		
		
	
	i think ill experiement with using both 3d sound and ambient sound in my scene, that should work fine! thanks for your help  
		 | 
![]()  | 
	
	
| Thread Tools | |
| Display Modes | Rate This Thread | 
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Sound Looping Problem | JMOwens | Vizard | 4 | 09-29-2010 10:42 PM | 
| On click Sound Play Problems | Robbos | Vizard | 1 | 02-28-2008 03:02 PM | 
| Stuttering sound | Jerry | Vizard | 1 | 06-13-2007 01:36 PM | 
| Sound in one ear only? | Jerry | Vizard | 1 | 06-29-2006 05:26 PM | 
| sound problem | alaa | Vizard | 7 | 09-02-2005 02:13 PM |