BUG: Audio player shows up on Safari, Safari Mobile, and Chrome Mobile, but not Chrome web #8615
Answered
by
mcanouil
bryanwhiting
asked this question in
Q&A
-
DescriptionTLDR, the (Blog post where I discuss this, and blog post where I do the embedding) |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Feb 6, 2024
Replies: 2 comments 3 replies
-
I think we're just creating a link element ( |
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh, I think Quarto is doing what it should.
When I link with `` quarto turns it into an `<audio>` tag. This brings up an audio player everywhere except on my Desktop Chrome.
what about my local config might I need to check?
- Bryan
…________________________________
From: Mickaël Canouil ***@***.***>
Sent: Tuesday, February 6, 2024 8:11:01 AM
To: quarto-dev/quarto-cli ***@***.***>
Cc: Bryan Whiting ***@***.***>; Author ***@***.***>
Subject: Re: [quarto-dev/quarto-cli] BUG: Audio player shows up on Safari, Safari Mobile, and Chrome Mobile, but not Chrome web (Discussion #8615)
FYI, that's all Pandoc, you don't even need the file.
Pandoc will convert to the following HTML, then it's up to the browser to read it.
Note that I am using Brave (chromium based) and it's working, be sure to check your local configuration as I highly doubt Chrome is faulty here.
image.png (view on web)<https://github.com/quarto-dev/quarto-cli/assets/8896044/a416f682-2905-4fa5-9c22-2207a6acc59b>
<p>This is a playground for Quarto.</p>
<p><audio src="audio.m4a" controls=""><a
href="audio.m4a">Audio</a></audio></p>
image.png (view on web)<https://github.com/quarto-dev/quarto-cli/assets/8896044/7b37606c-5423-40fb-b69d-f9ba1473a3ef>
—
Reply to this email directly, view it on GitHub<#8615 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEOYC65ORNUDJTT7CFYG3ILYSJIZLAVCNFSM6AAAAABC3BDOVKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGOBUGY2DI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI, that's all Pandoc, you don't even need the file (the file name simply needs to be recognise as an audio file).
Pandoc will convert to the following HTML, then it's up to the browser to read it.
Note that I am using Brave (chromium based) and it's working, be sure to check your local configuration as I highly doubt Chrome is faulty here.