Jordan Cristiano 
							
						 
					 
					
						
						
							
						
						911d73d85a 
					 
					
						
						
							
							added new license header to missed audio source files  
						
						 
						
						
						
						
					 
					
						2013-06-22 23:20:48 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lioncash 
							
						 
					 
					
						
						
							
						
						edd9d0e0ef 
					 
					
						
						
							
							Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.  
						
						 
						
						... 
						
						
						
						Not planning to touch Core since it's the most actively changed part of the project. 
						
						
					 
					
						2013-03-19 21:51:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Houdek 
							
						 
					 
					
						
						
							
						
						88b890824b 
					 
					
						
						
							
							(CoreAudio) Retain volume value until initialization. Makes volume slider work when game isn't running. Fixes issue 5383.  
						
						 
						
						
						
						
					 
					
						2012-12-14 12:15:01 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						9c21d003af 
					 
					
						
						
							
							Remove the global namespace a bit and remove some dead code.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7043  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-02-02 18:21:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						efe555fc16 
					 
					
						
						
							
							Some minor tidying of the OS X audio and wiimote code.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6736  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-04 02:09:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						c729b86c00 
					 
					
						
						
							
							Audio volume slider support for OS X.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6720  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-02 02:49:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						9d7b569ccb 
					 
					
						
						
							
							Now that Core Audio works, reduce the number of build permutations a bit  
						
						 
						
						... 
						
						
						
						by not linking in other Unix audio modules.
 
Use kAudioUnitSubType_DefaultOutput instead of kAudioUnitSubType_HALOutput
so that a runtime switch to another audio device is automatically handled.
 
Use ERROR_LOG for audio errors.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5562  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-06-01 20:45:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Jorvang 
							
						 
					 
					
						
						
							
						
						fdd532356a 
					 
					
						
						
							
							Have the AudioUnit callback drive the internal mixer directly instead  
						
						 
						
						... 
						
						
						
						of going through an intermediate thread and buffer. This seems to be
how Core Audio is meant to be used, although I still haven't read the
manual.
Indeed, sound on OS X works perfectly now.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5555  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-05-31 05:05:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tmator 
							
						 
					 
					
						
						
							
						
						f432250893 
					 
					
						
						
							
							CoreAudio for osx : replace all deprecated functions, now it not block dolphin, but it not work, i'm not a sound specialist  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4457  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-23 17:10:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sonicadvance1 
							
						 
					 
					
						
						
							
						
						804b9e99f8 
					 
					
						
						
							
							Add CoreAudio Backend, still needs a bit of work. Will cleanup AudioCommon.cpp, and finish off CoreAudioStream.cpp if I ever get running games working in Snow Leopard. Interpreter seems to run in to a spinlock, dunno why yet, and Jit just crashes out. Core problems is probably something I won't be able to fix  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4316  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-24 21:35:06 +00:00