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

Implementing mute feature; Updated example and readme #79

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dkadrios
Copy link

No description provided.

@dkadrios dkadrios mentioned this pull request Mar 12, 2019
Darin Kadrioski and others added 2 commits March 12, 2019 14:59
@leoasis
Copy link
Owner

leoasis commented Mar 29, 2019

Thanks for adding this! It seems like this PR includes changes for the "solo" feature, can you clean it up so that it only handles muting the sound?

@@ -190,7 +208,8 @@ export default class Sound extends React.Component {
},
onbufferchange() {
instance.props.onBufferChange(this.isBuffering);
}
},
muted: instance.props.muted,
Copy link
Owner

Choose a reason for hiding this comment

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

Can we move the properties to the top and leave functions at the end?

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.

2 participants