audio - iPhone: how to make key click sound for custom keypad? -


Is there a way to call the keypad "click" sound for programming? My app has a custom keypad (made out of UIButtons) and when the user taps on the key then I would like to provide some audio feedback. I tried to make my voice in garageband, but none of my creations was happy if There is no standard way of inviting the key click, can someone tell me in such a voice library that there can be such a gem?

I've found the easiest way to remove Tock.aiff (keyboard sound) from iPhone Simulator and make it your app To package with, then run it using AudioServicesPlaySystemSound (). At the proper time on my machine, just type the talk. FS replaces the file in Spotlight, but if you have to search for it, then it is in simulator version of UIKit.framework.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -