microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
595 stars 288 forks source link

Spectator View: failed to record my voice #71

Closed sunt89 closed 7 years ago

sunt89 commented 7 years ago

i used opencv and a Logitech webcam to capture the video, i can record the video, but i can not record my voice through the webcam. I checked the ENCODE_AUDIO is TRUE. I do not known where is wrong.

fieldsJacksonG commented 7 years ago

Spectator view does not currently support recording ambient audio. ENCODE_AUDIO will only record audio from Unity. For now, you can record your ambient audio with an external program and overlay in post-production.

I am not sure if OpenCV directly supports getting audio frames from webcams. DeckLink and Elgato do retrieve audio frames over HDMI, but that data is not plumbed through to the video output.

Changing this to a feature request.