Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am writing a program that records audio while the user is typing.

I am finding that the audio playback includes the tapping sound of the keyboard.

Is there any way to (a) determine if the the keyboard click feedback sound is set, (b) if so turn it off, and (c) turn it back on again (if it was on to begin with) when the person exits the program

share|improve this question
What do You mean by button/keyboard? Is it just buttons on the form or hardware keys? – sandrstar Sep 4 '12 at 1:41
No, I just meant the virtual keyboard – Victor Grazi Sep 4 '12 at 12:02

1 Answer

up vote 2 down vote accepted

The keyboard sounds and also other sounds effects can be control with AudioManager. Please refer to android documentation: 'Keyboard and direction pad click sound' http://developer.android.com/reference/android/media/AudioManager.html#FX_KEY_CLICK

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.