feat: wavesurfer use WebAudio backend by default

supposedly it will automatically fallback to MediaElement on unsupported
browsers
This commit is contained in:
Bobby 2022-05-27 11:33:32 +07:00
parent 3ec7e6c76c
commit f54ce96c23
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ page.reloadVideo = () => {
if (isaudio) {
options.plugins = {
wavesurfer: {
backend: 'MediaElement',
backend: 'WebAudio',
responsive: true
}
}