Extract audiodata from audio_capture topic
Hello ROS community,
I am trying to create a teleoperator system that allows me to control my robot (movement, video and audio) from a website. To capture the audio I use audio_capture that takes the data and send it to a specific topic, then I use audio_play to reproduce it and all works perfectly. Now my question is: could I do something to reproduce this audio in my webpage without using audio_play?. It is necessary because it is supposed that the person who is working with the webpage does not necessary have to know how to run ros programs.
Maybe should I use some different way to stream this audio?
If the question is not described well enough let me know please. I'd be pleased to hear some answers, possible solution or just a suggestion.
Regards.