Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Question about AVPro Recorder and external audio buffer integration #443

Open
oadmi opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@oadmi
Copy link

oadmi commented Dec 11, 2024

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!

@oadmi oadmi added the question Further information is requested label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants