Hy, I have one video which is imported in a-assets and used further in a-entity and i want to capture the audio of the video but currently it captures only video of scene not audio. I have added include-scene-audio to true in capture config but not works and also i have tried request-mix to auto but it captures only mic audio not scene. can anyone help.
Capturing audio in the scene can be tricky, especially when trying to capture audio from a video texture.
We have a sample project demonstrating how to include scene audio in A-Frame with MediaRecorder, which is done with xrextras-capture-config and <a-entity sound>.
Unfortunately, a video texture is not considered βscene audioβ. As a workaround, I suggest following the same approach as the sample project and manually playing the sound via its own entity and muting the video track itself.
Thanks for your reply and need one another help also. I also wanted to capture the audio of the evercoast video (.ecm file) which i have added already using aframe api of the evercoast. Can you help me with that also.
Here is the code i have added in the a-scene