-
Notifications
You must be signed in to change notification settings - Fork 127
In-app audio capture format converter #598
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
Conversation
I just tested this with audio samples from ReplayKit; no issues. |
@ladvoc Thanks for testing. |
Actually, I also hear crackling sounds now. Does it sound like this for you too? sample.mp4 |
@ladvoc Yes sounds pretty terrible, not sure what's going on. The convert part seems to be ok. Maybe something related to scheduling. |
@hiroshihorie, I checked the output status of |
@ladvoc I think it always returns |
@ladvoc I think it's fixed now |
Yes, it works perfectly now! |
@ladvoc Nice! I tried the iOS version also works great. 😁 |
This PR adds support for capturing application audio during screen share when using a broadcast extension. Note: PR #598 should be merged first. --------- Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com>
Runtime audio format converting instead of hard-coding the format.
ReplayKit uses different format from macOS screen share app audio.