貌似,AVAudioPlayer可以。 AVAudioPlayer *player = [[AVAudioPlayer alloc] initWithContentsOfURL:fileUrl error:&error]; float sampleRate = [[player.settings valueForKey:AVSampleRateKey] floatValue];
貌似,AVAudioPlayer可以。