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'm doing on a project which has a feature that sharing the in-app webview sound through RPScreenRecorder.
Already read the source code of ExampleReplayKitAudioCapturer from ReplayKit example, AudioDeviceExample and implemented the custom audio device, but didn't go well, It crashes and the output sounds in a higher tone, Can you any example of mixing the sampleBuffer of appAudio provided by RPScreenRecorder or BroadcastExtenion?
Steps to Reproduce
Launch webview view.
Let webview play some sound (like Youtube)
Share the screen Use RPScreenRecorder (or BroadcastExtenion)
Expected Behavior
The appAudio should be mixed into mic recorded audio, then share with the participant.
Implemented Architecture
Problems
Cannot correctly implement the custom device to mediate mic input and sampleBuffer provided from RPScreenRecorder.
Discussion
Partially duplicated with #519, but in order to clarify the problem I made this issue.
The text was updated successfully, but these errors were encountered:
We have not implemented this ourselves yet with ReplayKit but it is on our roadmap. Unfortunately until then I don't think I can provide good insight into this.
Description
I'm doing on a project which has a feature that sharing the in-app webview sound through RPScreenRecorder.
Already read the source code of ExampleReplayKitAudioCapturer from ReplayKit example, AudioDeviceExample and implemented the custom audio device, but didn't go well, It crashes and the output sounds in a higher tone, Can you any example of mixing the sampleBuffer of appAudio provided by RPScreenRecorder or BroadcastExtenion?
Steps to Reproduce
Expected Behavior
The appAudio should be mixed into mic recorded audio, then share with the participant.
Implemented Architecture
Problems
Cannot correctly implement the custom device to mediate mic input and sampleBuffer provided from RPScreenRecorder.
Discussion
Partially duplicated with #519, but in order to clarify the problem I made this issue.
The text was updated successfully, but these errors were encountered: