How to add a custom AudioSource? #158
Replies: 1 comment 3 replies
-
Hello @haydenkaizeta, Unfortunately, WebRTC KMP doesn't have any API for injecting a custom AudioSource. So you're right, you have to use the native SDK to do this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am looking to add a custom audio source that will provide audio data from somewhere else . I have already forked the (this) KMP library but it seems like I would need to go into the native SDK in order to do this. Does anyone have an idea on how to do this?
The ideal implementation would allow me to take a Flow of ByteArray (of PCM or similar) data and send it over the webrtc audio channel
Thanks
Beta Was this translation helpful? Give feedback.
All reactions