Export audio input from local machine to remote robot?
I am currently working with a turtlebot2 and the sound drivers, specifically the jack server, are broken and I've already spent hours trying to fix them. My local computer, however, has working sound drivers and I was wondering if there was a way to export the audio input functionality from the robot to the computer. In other words, I want to be able to speak into a mic connected to my computer, have the audio processed by my computer, and then any nodes on the robot requiring that audio input will receive it over ssh. I already have the ROS_MASTER_URI set to the remote robot and I am able to run rviz from my computer and control navigation of the robot. Any ideas?
Thanks