question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

toggleMute() is not return audio.

See original GitHub issue

Good afternoon, how are you? i’m development a audio player but the toggleMute() is muted audio and is not return audio.

This is my code:

$("#playerMute").click( e => {
    e.target.classList.toggle('active');
    wavesurfer.toggleMute();
});

Thanks for your attention.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
katspaughcommented, Oct 2, 2019

Cool, added! Wilkommen im Team, André! 🙂

1reaction
thijstriemstracommented, Oct 2, 2019

we can add you to the repository collaborators/team @aburai cc @katspaugh

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - Toggle Mute/Unmute video's Audio progressively
I've modified the code to consider mute state (since volume change bears no impact on mute). To clarify, we unmute and set volume...
Read more >
WaveSurfer Methods
getProgressColor() – Returns the fill color of the waveform behind the cursor. getVolume() – Returns the volume of the current audio clip. getMute()...
Read more >
Help making a Mute / Unmute button ? [Harlowe] - Twine Forum
getElementById('muteimg'); var audio = document. ... RefferenceError: toggleMute is not defined at HTMLImageElement.onclick.
Read more >
Audio doesn't works after I mute and unmute it - Super User
I have to put it to sleep mode and return back the audio starts working. This is not the case when I use...
Read more >
Screen Actions, Values, and Functions - Ren'Py
Along with these actions, an action may be a function that does not take any arguments. The function is called when the action...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found