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
Is your feature request related to a problem? Please describe.
What I need to implement is to send video and audio buffer on my own in a format of CMSampleBuffer.
I found out that it is available to send video by using BufferCapturer but it seems there is no way to send audio in a similar manner.
Describe the solution you'd like
Can you provide me a way to send audio buffer on my own if available?
If not, will you planning to add a similar way to do so?
Describe alternatives you've considered
Directly using LiveKitWebRTC rather using LiveKit.
Additional context
The text was updated successfully, but these errors were encountered:
I think I will need to re-write the WebRTC's AudioDeviceModule using AVAudioEngine and also provide a path to feed in custom buffers. Which will work for screen share also.
Is your feature request related to a problem? Please describe.
What I need to implement is to send video and audio buffer on my own in a format of
CMSampleBuffer
.I found out that it is available to send video by using
BufferCapturer
but it seems there is no way to send audio in a similar manner.Describe the solution you'd like
Can you provide me a way to send audio buffer on my own if available?
If not, will you planning to add a similar way to do so?
Describe alternatives you've considered
Directly using LiveKitWebRTC rather using LiveKit.
Additional context
The text was updated successfully, but these errors were encountered: