How can I get the properties of an audio file (like the number of channels, sample rate and bit rate) programmatically in Objective-C for iOS?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To get the properties for any audio filetype that is supported on iOS, load the audio data into an AVAudioPlayer
and examine its properties (in particular, the settings
dictionary).