-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Exposed volume prop in HowlOptions #18
Conversation
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.
Please take a look at my comments
@@ -19,6 +19,14 @@ | |||
<td><button class="btn btn-primary oi oi-media-play" @onclick="Play3"></button></td> | |||
<td>Play an audio file with source location and format</td> | |||
</tr> | |||
<tr> | |||
<td><button class="btn btn-primary oi oi-media-play" @onclick="PlayHalf"></button></td> |
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.
Can you rename PlayHalf
to PlayAudioWithHalfVolume
in all code?
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.
Done in f609ccb
<td>Play an audio file with source location, format and volume set to half</td> | ||
</tr> | ||
<tr> | ||
<td><button class="btn btn-primary oi oi-media-play" @onclick="PlayQuoter"></button></td> |
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.
Can you rename PlayQuoter
to PlayAudioWithQuarterVolume
in all code?
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.
Done in f609ccb
Resolves #17,
Added Volume property to HowlOptions and added Play half and 1/4 buttons to sample apps.