Michael M
							
						 
					 | 
					
						
						
							
						
						b031d3316c
					 | 
					
						
						
							
							SoundStream: rename Clear(mute) to SetRunning(running)
						
						
						
						
						
						
					 | 
					
						2017-10-21 16:28:04 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Michael M
							
						 
					 | 
					
						
						
							
						
						7bcdd1a46a
					 | 
					
						
						
							
							SoundStream: remove unused m_muted and IsMuted
						
						
						
						
						
						
					 | 
					
						2017-10-21 16:28:04 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Michael Maltese
							
						 
					 | 
					
						
						
							
						
						b2c9d6d217
					 | 
					
						
						
							
							Rename CMixer to Mixer
						
						
						
						
						
						
					 | 
					
						2017-06-26 15:01:07 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Chris Burgener
							
						 
					 | 
					
						
						
							
						
						dd9709509c
					 | 
					
						
						
							
							Remove dead audio dumping code
						
						
						
						
						
						
					 | 
					
						2017-01-23 09:11:48 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Pierre Bourdon
							
						 
					 | 
					
						
						
							
						
						3570c7f03a
					 | 
					
						
						
							
							Reformat all the things. Have fun with merge conflicts.
						
						
						
						
						
						
					 | 
					
						2016-06-24 10:43:46 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						cc036ca86c
					 | 
					
						
						
							
							Common: Remove other Common prefixed headers from Common.h
						
						
						
						
						
						
					 | 
					
						2015-09-26 18:51:58 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						3f78d74fc1
					 | 
					
						
						
							
							AudioCommon: Log to AUDIO, not DSPHLE
						
						
						
						
						
						
						
						This code is not related to DSPHLE. 
						
						
					 | 
					
						2015-08-09 21:36:03 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Tillmann Karras
							
						 
					 | 
					
						
						
							
						
						30ebb2459e
					 | 
					
						
						
							
							Set copyright year to when a file was created
						
						
						
						
						
						
					 | 
					
						2015-05-25 13:22:31 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Tillmann Karras
							
						 
					 | 
					
						
						
							
						
						cefcb0ace9
					 | 
					
						
						
							
							Update license headers to GPLv2+
						
						
						
						
						
						
					 | 
					
						2015-05-25 13:22:31 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						6b30c9710c
					 | 
					
						
						
							
							SoundStream: Devirtualize StartLogAudio and StopLogAudio
						
						
						
						
						
						
						
						These don't rely on anything that might need to be implemented in other SoundStream classes. 
						
						
					 | 
					
						2015-05-24 06:10:11 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						4695233c98
					 | 
					
						
						
							
							SoundStream: Devirtualize GetMixer
						
						
						
						
						
						
						
						Since it's handled by the base class, there's no need to allow overriding. 
						
						
					 | 
					
						2015-05-24 05:49:51 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						35ee8a1362
					 | 
					
						
						
							
							SoundStream: Internally construct the mixer
						
						
						
						
						
						
						
						Instead of creating the mixer externally and then passing it in, it can just be made within the class. 
						
						
					 | 
					
						2015-05-24 05:49:41 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						4920dbed13
					 | 
					
						
						
							
							AudioCommon: Migrate threadData to OpenALStream and AOSoundStream
						
						
						
						
						
						
						
						This is only ever used in these two sound streams. Seems silly to have it as a class member. Converted it to an atomic as well. 
						
						
					 | 
					
						2015-05-10 01:02:25 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Stevoisiak
							
						 
					 | 
					
						
						
							
						
						b25e1a2eb4
					 | 
					
						
						
							
							Various formatting and consistency fixes
						
						
						
						
						
						
					 | 
					
						2014-11-13 22:42:18 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Rohit Nirmal
							
						 
					 | 
					
						
						
							
						
						fbc64984ca
					 | 
					
						
						
							
							Include CommonTypes.h instead of Common.h.
						
						
						
						
						
						
					 | 
					
						2014-09-08 15:39:58 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						daddc3317e
					 | 
					
						
						
							
							AudioCommon: Use std::string for the filename parameter of StartLogAudio
						
						
						
						
						
						
					 | 
					
						2014-09-06 23:26:08 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						f94e764df5
					 | 
					
						
						
							
							AudioCommon: Clean up brace placements
						
						
						
						
						
						
					 | 
					
						2014-08-30 18:06:42 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						2afe215271
					 | 
					
						
						
							
							Convert all includes to relative paths.
						
						
						
						
						
						
					 | 
					
						2014-02-18 02:19:10 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								lioncash
							
						 
					 | 
					
						
						
							
						
						d2038049f5
					 | 
					
						
						
							
							Replace all include guard ifdefs with "#pragma once"
						
						
						
						
						
						
					 | 
					
						2014-02-10 18:07:16 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jasper St. Pierre
							
						 
					 | 
					
						
						
							
						
						34692ab826
					 | 
					
						
						
							
							Remove unnecessary Src/ folders
						
						
						
						
						
						
					 | 
					
						2013-12-31 14:03:19 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |