I've a requirement of developing dial pad in my app, same like native iPhone phone application dial pad. I've added .wav files to my project for playing sound when clicked on the number buttons but they are too loud. But iPhone phone application dial pad sounds are smooth and not loud even in full volume. I'm using audio services framework and used this method AudioServicesPlaySystemSound(_soundId); to play sound. Is there any way to lower volume ?
Asked
Active
Viewed 515 times