test audio processing
							parent
							
								
									0c97df6e25
								
							
						
					
					
						commit
						f13e12010c
					
				|  | @ -1 +1 @@ | |||
| Subproject commit ec28d17a755e267bafd4354d615c3f6ddb1f0cc2 | ||||
| Subproject commit ec09a5952b4b9aa16a3cf57eae34a293f4a47dac | ||||
|  | @ -257,6 +257,9 @@ namespace MoonWorksTest | |||
| 
 | ||||
|             music = StaticSound.LoadOgg(AudioDevice, new FileInfo(Path.Combine("Content", "title_screen.ogg"))); | ||||
|             musicInstance = music.CreateInstance(); | ||||
|             musicInstance.Pitch = -0.7f; | ||||
|             musicInstance.Pan = 0; | ||||
|             musicInstance.Reverb = 2f; | ||||
|             musicInstance.Play(); | ||||
| 
 | ||||
|             //music = new DynamicSound(AudioDevice, new FileInfo(Path.Combine("Content", "title_screen.ogg"))); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue