We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to propose exposing https://github.com/goldfire/howler.js#volume-number-10 in src/Howler.Blazor/Components/HowlOptions.cs as double? in order to have better control on how multiple sounds are played.
The text was updated successfully, but these errors were encountered:
Is possible to update the volume once it's playing?
public ValueTask Volume(int soundId, double volume) { return _runtime.InvokeVoidAsync("howl.volume", soundId, volume); }
Sorry, something went wrong.
@grierson This can be added.
And also there should be a global / static Volume set option, which sets the volume for all sounds.
// Change global volume. Howler.volume(0.5);
Can you create a PR?
Successfully merging a pull request may close this issue.
I would like to propose exposing
https://github.com/goldfire/howler.js#volume-number-10
in
src/Howler.Blazor/Components/HowlOptions.cs
as double? in order to have better control on how multiple sounds are played.
The text was updated successfully, but these errors were encountered: