Just in case it may be useful for anyone else, I ended up implementing this straight in Julia (code here: https://gist.github.com/jfsantos/a39ed69a7894876f1e04 <https://gist.github.com/jfsantos/a39ed69a7894876f1e04>).
I posted this to IJulia’s issue tracker in case the developers are interested in adding it to the module. Cheers, João > On Nov 3, 2014, at 6:04 PM, João Felipe Santos <[email protected]> wrote: > > Hi, > > I would like to add an HTML5 audio player to my IJulia notebooks, similarly > to what is done in IPython notebooks. In IPython notebooks, there’s two > possibilities: you can either pass the path to an audio file (which is easy) > or a Numpy array (rendered as data:audio/wav;base64 straight into the HTML > file). > > Is there something similar in IJulia already? If negative, where can I find > more info on how to add this to IJulia? > > Cheers, > > João
