-
-
Notifications
You must be signed in to change notification settings - Fork 456
feat: Add sound effect volume #2488
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
Conversation
Signed-off-by: Florian Grabmeier <[email protected]>
|
as a little feature it would also be possible to change the volume icon depending on the volume, but i didn't know how to look up which icon is what |
This comment has been minimized.
This comment has been minimized.
check here https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font but I feel like two icon is a bit duplicate. @onesounds do you want to take a look? |
Yeah, Duplicates are best avoided. I think simply its ok to remove icon for volume. (because it's sub category of sound effect) But if it has align issue, you can change sound effect's icon to e7f5 Speakers icon. Volume icon is fine. |
Signed-off-by: Florian Grabmeier <[email protected]>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Florian Grabmeier <[email protected]>
This comment has been minimized.
This comment has been minimized.
|
Oke thanks, unfortunately i don't know how to replace the icon with a blank space so that everything is still aligned correctly. imo i think it looks better if each setting has an icon, because otherwise it would look like the icon is missing |
|
@jjw24 this seems to be a nice little feature to have. Maybe we add it to 1.17.3 as well? 1.18 doesn't seems to be near. |
|
Keep it for 1.18.0, we have another feature that can be released so once we get couple more we can just go straight to 1.18.0 instead. |
|
@taooceros is this one approved or still need review? |
|
Why the open.wav is also modified? |
|
I have changed the audio file so that you can make it louder than it is right now. With the media player, you can only select a value between 0 and 1 as the volume. |
This comment has been minimized.
This comment has been minimized.
|
@flooxo seems like the pipeline fails.
|
Signed-off-by: Florian Grabmeier <[email protected]>
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (34)To accept these unrecognized words as correct, you could run the following commands... in a clone of the [email protected]:flooxo/Flow.Launcher.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl' |
perl - 'https://github.com/Flow-Launcher/Flow.Launcher/actions/runs/8264227544/attempts/1'
Warnings (1)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ℹ️ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
VictoriousRaptor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
After the update, the issue has been reported that there is no sound, and it is not showing in the app volume control list in windows setting (win11. Users cannot hear the sound when set in flow, nor can they find flow in a Windows mixer.). Is there a part that is presumed to be the cause? +) I've tested this and that, but there's nothing particularly wrong with this pr. I've guessed that if I've already adjusted the sound through the mixer, it will affect after this patch, but there was no particular issue with the bar I tried. Why... |
This issue occurred because the user deleted the Windows Media Player game. We should consider including separate checks and guidance on future media player presence and version. |


This PR closes #2461
Description
I added a slider for the sound effect volume similar to the implementation of the animation speed. The slider only gets displayed when the setting is enabled
Alternatives
Changes
Increase the volume so that it can be increased overall
Changed
SoundPlayertoMediaPlayeras theSoundPlayerdoes not allow to modify the volume