Skip to content
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

Merged
merged 2 commits into from
Jun 1, 2021
Merged

Conversation

k-u-s
Copy link
Contributor

@k-u-s k-u-s commented May 31, 2021

Resolves #17,

Added Volume property to HowlOptions and added Play half and 1/4 buttons to sample apps.

Copy link
Owner

@StefH StefH left a 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>
Copy link
Owner

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?

Copy link
Contributor Author

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>
Copy link
Owner

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in f609ccb

@StefH StefH merged commit a2b3c30 into StefH:master Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support volume property
2 participants