You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version (v 2.7.1) of this plugin breaks the filetype fallback feature of the default WordPress [audio] shortcut. For example, only the .wav file will be included in the final HTML code for:
Hi !
Thanks for the report,
I noticed it also see it missed WMA, which is natively, the list of supported extensions is filterable (and should work with wavesurfer as far as I know).
If attr check has to be recoded to support fallback, then maybe having something closer to the native audio shortcode may be better, rather than this simple check.
Thank you very much for your reply. I've initiated a pull request for the WMA support, but I'm new to both WordPress & PHP and the filetype fallback feature is way beyond my ability. Really sorry that I'm not able to contribute more in this case.
The current version (v 2.7.1) of this plugin breaks the filetype fallback feature of the default WordPress
[audio]
shortcut. For example, only the.wav
file will be included in the final HTML code for:It seems this issues is caused by lines 635-640 in
wavesurfer-wp.php
:But I'm not quite sure how to fix it. Could you please have a look? Thanks!
The text was updated successfully, but these errors were encountered: