amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

Capture unmixed individual attendees audio streams

Open abettke opened this issue 2 years ago • 8 comments

What are you trying to do?

We are looking for a way to additionally capture the audio streams before they are mixed into the main meeting audio channel. This is so that each speaker's audio can be recorded in isolation from other attendees, similar to how Chime is doing this with the live transcription. Is this officially supported by the SDK? If not, is the a place in the source code where we can hook in to grab the individual attendees audio stream manually?

How can the documentation be improved to help your use case?

  • Point to where in the documentation this API exists.
  • A demo example of how this can be done.

What documentation have you looked at so far?

  • Amazon Chime SDK Developer Guide
  • Amazon Chime SDK API Reference
  • Github Issues

abettke avatar Oct 10 '23 19:10 abettke

Hello, the SDK currently doesn't support receiving unmixed audio streams, but if you're interested in audio capture of the unmixed streams we recently launched support to publish to Kinesis Video Streams using Amazon Chime SDK media pipelines. You can find the developer guide for this feature here.

Please feel free to ask any questions.

avinashmidathada avatar Nov 08 '23 21:11 avinashmidathada