I have been setting up VideoKit in our project and recording just camera is working great, however, using an audiolistener as a source of audio does not seem to work, I have attempted to use the method in VideoKitRecorder but I get no audio, and I have attempted to commit the audio manually using the old method from NatCorder (https://blog.natml.ai/natcorder-tutorial-audio-workflows-1cfce15fb86a) but it still results in no audio
I can confirm it is not a key issue as I can successfully use the Microphone source when using the VideoKitRecorder
The solution for me was ensuring that the audio from in game was using audiosources for playback (audio sources aren't required for playback of audio in timelines)
Seems to be a similar case to this closed issue, https://github.com/natmlx/videokit/issues/79#issue-2005442035
I have been setting up VideoKit in our project and recording just camera is working great, however, using an audiolistener as a source of audio does not seem to work, I have attempted to use the method in
VideoKitRecorder
but I get no audio, and I have attempted to commit the audio manually using the old method from NatCorder (https://blog.natml.ai/natcorder-tutorial-audio-workflows-1cfce15fb86a) but it still results in no audio I can confirm it is not a key issue as I can successfully use the Microphone source when using theVideoKitRecorder