mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +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) {
|
if (isaudio) {
|
||||||
options.plugins = {
|
options.plugins = {
|
||||||
wavesurfer: {
|
wavesurfer: {
|
||||||
backend: 'MediaElement',
|
backend: 'WebAudio',
|
||||||
responsive: true
|
responsive: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user