You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that involves video recording alongside audio capture from an external source. The audio is being processed using a native plugin, which sends audio data in the form of a buffer through a callback function (e.g., SamplingDelegate).
Due to certain requirements, I am obligated to handle audio this way, using a native plugin to process and provide the audio data independently.
My goal is to:
Synchronize this externally captured audio with the video in real-time, so the final video includes both audio and video seamlessly.
Alternatively, record the video and external audio separately and combine them post-recording.
Based on my review, it seems AVPro Recorder doesn’t officially support handling externally sourced audio buffers in real-time. Could you advise on whether this functionality is achievable using AVPro, or suggest an alternative approach?
Thank you for your support!
The text was updated successfully, but these errors were encountered:
AVPro Movie Capture Version
5.3.3 trial
Which platform is your question for?
macOS
Your question
Hello,
I am working on a project that involves video recording alongside audio capture from an external source. The audio is being processed using a native plugin, which sends audio data in the form of a buffer through a callback function (e.g., SamplingDelegate).
Due to certain requirements, I am obligated to handle audio this way, using a native plugin to process and provide the audio data independently.
My goal is to:
Synchronize this externally captured audio with the video in real-time, so the final video includes both audio and video seamlessly.
Alternatively, record the video and external audio separately and combine them post-recording.
Based on my review, it seems AVPro Recorder doesn’t officially support handling externally sourced audio buffers in real-time. Could you advise on whether this functionality is achievable using AVPro, or suggest an alternative approach?
Thank you for your support!
The text was updated successfully, but these errors were encountered: