-
Notifications
You must be signed in to change notification settings - Fork 3
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
[feature request] flyout for microphone volume #4
Comments
I did actually think of implementing this as well; though it would be a relatively large feature (requiring to build up and render that flyout window, and undoubtedly a lot of details making sure that works correctly on all systems). One alternative I started implementing a few weeks back (but didn't yet finish) was an option that always forces the microphone volume to 100%; as that is usually the most sane default given that most apps using microphones these days have already implemented their own volume level / automatic gain control (no doubt due to Windows not having made that very user-friendly to access like the normal volume control). Would that also satisfy your use case, or do you need to set the microphone volume to specific levels? EDIT: Clarified phrasing about what Windows having microphone volume support. |
second variant, to set microphone volume to specific level. windows has options to change mics volumes. |
An option to set the recording volume to 100% has been added in the just released v0.3.0. See the README for details on how to use it. |
nice this is good. can i modify the request? using this app alot time. a better ideea is to change volume via scroll for default microphone. and the icon must be changed by volume level if <50% it must be 1/2 and if >50% it must be full or 2/3. |
a flyout which can change default/current microphone volume or every microphone volume.
The text was updated successfully, but these errors were encountered: