Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard clicks can be too soft to hear without turning volume up too high #69

Open
GoldenChaos opened this issue Nov 20, 2016 · 1 comment

Comments

@GoldenChaos
Copy link

GoldenChaos commented Nov 20, 2016

It seems like the virtual keyboard is using the system ringer volume. Anecdotally, I tend to want to make the keyboard clicks as loud as possible (especially when playing audio from the iMac speakers), but on an iPad Pro that means calls ring way too loud.

Perhaps use the user's volume setting instead of the ringer's volume?

@robbertkl
Copy link
Member

We use AudioServicesPlaySystemSound(), for which the documentation includes:

Sounds play at the current system audio volume, with no programmatic volume control available

So this won't be possible, unless we change the way we play the audio altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants