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

Add mute functionality #8

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Add mute functionality #8

merged 1 commit into from
Nov 25, 2024

Conversation

mcintyrehh
Copy link
Contributor

@mcintyrehh mcintyrehh commented Nov 25, 2024

This PR adds rudimentary mute/unmute functionality: #6

Screenshot from 2024-11-24 23-16-50

Selecting the mute checkbox unsubscribes from the currently playing audio track. Unmuting re-subscribes to the last played audio track.

Since we're only unsubscribing from the audio track, whatever audio has already been downloaded will play through before the "mute" actually takes affect. Open to suggestions on how we can make this snappier!

Shout out to @TilsonJoji for making this easy with his track selection work!

@englishm englishm merged commit f6c7424 into englishm:main Nov 25, 2024
1 check passed
@mcintyrehh mcintyrehh deleted the add-mute branch November 26, 2024 00:02
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