-
Hi, I'm working on a project and I found this awesome library! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, late response, but you might be able to use the srcObject property on the audio html element. MediaStream is the type returned when you request getUserMedia from the global navigator object. Its used for things like your webcam and microphone, so if its a external stream, it might not work. Need to find a way to pipe the audio into an html audio element. |
Beta Was this translation helpful? Give feedback.
Hey, late response, but you might be able to use the srcObject property on the audio html element. MediaStream is the type returned when you request getUserMedia from the global navigator object. Its used for things like your webcam and microphone, so if its a external stream, it might not work. Need to find a way to pipe the audio into an html audio element.