Looking for tool to add Audio to Code

1 points by raleigh_user ↗ HN
Hey. I find myself teaching a ton. Especially to less technical people. I am looking for a tool or product to embed 30 second audio clips inline to explain what a function is doing.

There's plenty more I'd like to do but I haven't found anything able to do this. In browser would be best. Any ideas?

5 comments

[ 6.6 ms ] story [ 21.8 ms ] thread
Dropbox paper is only suggestion so far. But that won't let the code execute inline. I have to have python support. Node and angular/react support would be great too.
Could be possible in Jupyter notebooks maybe, at least with some extensions
I’ll look into this. Thank you. Seems pretty obvious but can’t find a good way to do it
If you're teaching JS, you could use <audio> tags, JS execution is of course really easy in the browser.
That might work. I spend most of my time teaching Python though :( I really appreciate the recommendation though.