Skip to content

sagews: unable to play wav file in markdown #4240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
haraldschilly opened this issue Nov 21, 2019 · 1 comment
Closed

sagews: unable to play wav file in markdown #4240

haraldschilly opened this issue Nov 21, 2019 · 1 comment
Labels
A-sagews I-bug wontfix There is still something here, but we are explicitly deciding not to do it at this time.

Comments

@haraldschilly
Copy link
Contributor

Given you have a soundfile like sound.wav in the same directory as your sagews file:

This markdown snippet shows the html5 audio player, but the URL to the file isn't converted to point to the raw server and hence it can't play the file.

%md
<audio controls=true src="sound.wav"/>
@williamstein williamstein added the wontfix There is still something here, but we are explicitly deciding not to do it at this time. label Aug 29, 2024
@williamstein
Copy link
Contributor

Tagging this as wontfix, because it will be fixed indirectly by creating a sage worksheet style mode (and kernel) for Jupyter notebooks. That will be #6374.

In Jupyter exactly the above does work fine in a markdown cell. Confirm with a sound file from https://www2.cs.uic.edu/~i101/SoundFiles/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sagews I-bug wontfix There is still something here, but we are explicitly deciding not to do it at this time.
Projects
None yet
Development

No branches or pull requests

2 participants