Reputation: 2527
I'm looking for the default keyboard sound, when a key is pressed on the iPhone. Does anyone know if I can download a .caf or .wav of this sound. Or if I can access it from within a program>?
Upvotes: 2
Views: 3524
Reputation: 1
For simulators with version >10.0, keyboard click sounds (and other UI sounds) can found in :
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk/System/Library/Audio/UISounds
The format is .caf which can be converted in .wav using Quick Time export.
Upvotes: 0
Reputation: 38432
Found this on my iPod Touch 1st generation, it kind of sounds like the keyclick but I'm not sure:
/System/Library/Frameworks/UIKit.framework/scrollerClick.wav
Upvotes: 0
Reputation: 55334
In the Finder, navigate to
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/UIKit.framework
The filename is Tock.aiff
Upvotes: 5