bikkelbroeders/TouchBarDemoApp

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

Opened this issue · 1 comments

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?

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.