aws / amazon-chime-sdk-ios

An iOS client library for integrating multi-party communications powered by the Amazon Chime service.
https://aws.amazon.com/chime/chime-sdk/
Apache License 2.0
144 stars 67 forks source link

Custom Audio Buffer #665

Closed esatp closed 5 months ago

esatp commented 5 months ago

What do you want us to build?

I need to subscribe to Audio Buffer before being sent to the conference and as I saw now it's not possible.

Tell us about the problem you are trying to solve and why is it hard?

I need to create a Waveform, create a custom avatar.. in the app but right now cannot subscribe to the real time audio buffer

How are you currently solving a problem?

Not being able to solve at all.

Additional context

Overall being able to subscribe on Audio Local User it would be good, in this way I can do anything I want with the buffer. I understand that here are two different tasks:

  1. Provide Audio Buffer
  2. Send to conference custom Audio Buffer.

For me at least the first one would be enough.

linsang21 commented 5 months ago

Thanks for submitting the request, custom audio is already being tracked by https://github.com/aws/amazon-chime-sdk-ios/issues/294. Will close this as duplicate.