|  |  | @@ -289,7 +289,7 @@ public: | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | if (OK (AudioObjectGetPropertyData (deviceID, &pa, 0, nullptr, &size, ranges))) | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | static const double possibleRates[] = { 44100.0, 48000.0, 88200.0, 96000.0, 176400.0, 192000.0, 384000.0 }; | 
		
	
		
			
			|  |  |  | static const double possibleRates[] = { 44100.0, 48000.0, 88200.0, 96000.0, 176400.0, 192000.0, 352800.0, 384000.0 }; | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | for (int i = 0; i < numElementsInArray (possibleRates); ++i) | 
		
	
		
			
			|  |  |  | { | 
		
	
	
		
			
				|  |  | 
 |