mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
feat: wavesurfer use WebAudio backend by default
supposedly it will automatically fallback to MediaElement on unsupported browsers
This commit is contained in:
parent
3ec7e6c76c
commit
f54ce96c23
@ -114,7 +114,7 @@ page.reloadVideo = () => {
|
||||
if (isaudio) {
|
||||
options.plugins = {
|
||||
wavesurfer: {
|
||||
backend: 'MediaElement',
|
||||
backend: 'WebAudio',
|
||||
responsive: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user