# Audio streaming

Source: https://forum.modalai.com/topic/162/audio-streaming
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2021-03-22 19:37:01 UTC by Solheim
Replies: 1 · Views: 495

## Solheim · 2021-03-22 19:37:01 UTC

For our application, we need to stream audio along with video from a VOXL to a remote computer in real time. Is it possible to use a mic to capture, then add an audio component to the video stream without making significant software modifications? Also, what would the recommended way to do this be? What interface would you recommend for connecting the microphone? USB?

## Reply by Chad Sweet (ModalAI staff) · 2021-03-22 19:43:56 UTC

A USB microphone would be the easiest path. We have never tried this though. voxl-streamer is built using g-streamer, so you should be able to mux in audio there with a little custom code
