Skip to content

The md.audio doesn't work with a local file #623

Answered by akshayka
MrOneTwo asked this question in Q&A
Discussion options

You must be logged in to vote

This is now fixed. Here is a recipe.

with open("audiofile.wav", "rb") as _f:
    audio_player = mo.audio(src=_f)
audio_player

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@MrOneTwo
Comment options

@MrOneTwo
Comment options

@akshayka
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by akshayka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants