mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	Bug 2055 - ENH: Export2 does not export by default
Changed default to 16-bit instead of float.
This commit is contained in:
		@@ -519,7 +519,7 @@ ProgressResult ExportPCM::Export(AudacityProject *project,
 | 
			
		||||
   // If subtype is still not specified, supply a default.
 | 
			
		||||
   if (!(sf_format & SF_FORMAT_SUBMASK))
 | 
			
		||||
   {
 | 
			
		||||
      sf_format |= SF_FORMAT_FLOAT;
 | 
			
		||||
      sf_format |= SF_FORMAT_PCM_16;
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
   int fileFormat = sf_format & SF_FORMAT_TYPEMASK;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user