Support source tags of html audio tag #2781
markusweigelt
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Looks like this can be easily fixed by using the currentSrc property instead of src. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of the
src
attribute it is possible to define different sources for the same audio file but with different mime types.https://www.w3schools.com/tags/tag_audio.asp
The browser takes the appropriate mimetype and plays the audio file. So it would be nice to get the appropriate audio file for current browser from the source tag and load it.
Beta Was this translation helpful? Give feedback.
All reactions