Can I get default audio files of Iphone (marimba,

2019-08-27 22:19发布

问题:

Currently I am working on iPad. I would like to retrieve system audio files by default in iPad (I think it is the same in iPhone). Does anyone know how to retrieve it? I have tried AudioServicesCreateSystemSoundID or AVAudioPlayer but I can get these audio files (Marimba, alarm or ascending,...)

Thank you

回答1:

If you can SSH into your device (or root it in any way) you can go to "/System/Library/Audio/UISounds" and they are the audio files are located there. Of course this would mean that you need to jailbreak it.