audio muted when using plugin
See original GitHub issueIssue Description
https://jsfiddle.net/ukexqgsh/1/
With plugin player is muted. Without - it plays normal.
if (waveform) {
// https://collab-project.github.io/videojs-wavesurfer/#/options
options.plugins.wavesurfer = {
backend: 'MediaElement',
displayMilliseconds: false,
debug: true,
waveColor: 'yellow',
progressColor: '#FCF990',
cursorColor: '#FCFC42',
interact: true,
hideScrollbar: true,
};
}
Console shows
VIDEOJS: Using wavesurfer.js MediaElement backend.
(index):139 player.muted():false
video.min.js:12 VIDEOJS: Loading element: [object HTMLAudioElement]
video.min.js:12 VIDEOJS: Waveform is ready
(index):143 on(waveReady):player.muted():false
video.min.js:12 VIDEOJS: Changing volume to: 0
video.min.js:12 VIDEOJS: Finished playback
What am I doing wrong?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Sound mutes when mic is plugged in - Microsoft Community
Sound mutes when mic is plugged in ; d. Go to 'Compatibility' tab and click ; then select Try recommended setting ; and...
Read more >My plug-in does not make a sound. What can I do? - UJAM
Make sure the focus from your DAW is on the right track/ plug-in and that the track is not somehow muted! Some DAW's...
Read more >Audio is muted when I plug in impact controller to pc - Reddit
If you're using windows, navigate to your sound settings and disable the controller's audio device and set your speakers as the default device....
Read more >NO SOUND IN MY STANDALONE PLUGIN - STL Tones
1. Go to you AUDIO IO menu and confirm that "Mute Audio Input" is disabled, and that your output channels are enabled. 2....
Read more >Download Free Audio mute plugin: Moot by de la Mancha
Moot is a flexible audio mute plugin with a number of additional features. The aim is to have a mute switch (Hit Me)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@thijstriemstra Sorry.
It works now. Check it out here: https://jsfiddle.net/gv3dqmju/
awesome, thanks for the feedback.