Normalize Audio File obj-c
问题 Is there a library function to normalize a sound file? I have searched around but could not find any. I would like to be able to normalize a sound file and setting that into the sound file so it only needs to be done once rather than on the fly. Can this be done with Core-Audio? 回答1: Yes it can be done, but not with a single function call. The functionality you want is not in fact CoreAudio, but rather in ExtendedAudioFile.h - part of the AudioToolbox framework. This is available for both iOS