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

api: More ways to stop sound #329

Merged
merged 5 commits into from Jun 7, 2021
Merged

Conversation

kezz
Copy link
Member

@kezz kezz commented Apr 9, 2021

This PR adds the following methods that simplify the process of manipulating sounds.

  • Audience#stopSound(Sound)
    Allows developers to stop specific sounds without creating a `SoundStop.
  • Sound#stopper
    Gets a SoundStop that will stop the sound.
  • SoundStop#sound(Sound)
    Gets a SoundStop that will stop a specific sound.

@kashike kashike requested a review from zml2008 April 16, 2021 02:30
@kezz
Copy link
Member Author

kezz commented Jun 6, 2021

Renamed and rebased :)

@zml2008 zml2008 dismissed kashike’s stale review June 6, 2021 23:50

changes have been made

@zml2008 zml2008 added this to the 4.8.0 milestone Jun 6, 2021
@zml2008 zml2008 self-assigned this Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants