I would like to have audio support in a browser while accessing Jupyter on another computer.
I see two use cases: 1. Jupyter hub 2. embedded device without a sound device running Jupyter I have an ARM embedded device which could run SDR software, I am using Jupyter to access the device HW, and it works great, thanks. https://github.com/RedPitaya/jupyter But I am not able to send audio to the device (for processing for example) and I am unable to play audio generated on the device. I think WebRTC would be a good choice to implement this. There appears to be at least some Python code written for WebRTC (I did not actually watch it yet): http://pyvideo.org/europython-2014/building-realtime-web-applications-with-webrtc-an.html What do you think, how useful would this be for Jupyter hub? Regards, Iztok Jeras -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/f12e460b-e4d8-4a9d-8c3f-690ba7c70139%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
