I’m attempting to use the video capture option, and it’s working, only there’s no audio included. I’ve included request-mic="true"
and include-scene-audio="true"
in the xrextras-capture-config
tag, but still no luck.
@Gregory_DiGenti How are you adding audio to your experience?
If you are using A-frame you would have to use <a-sound></a-sound>
or sound
property in A-frame for the sound capture to work.
Reference:
I actually do have music playing, so I’ve already used the a-sound
tag, but I meant the audio from the person’s mic on their phone. It’s currently recording silent video.
request-mic
parameter takes two values auto
and manual
as per docs please check.
1 Like
OMG… you’re right! Thank you!