How can I change my voice to be a different one on the Meeting SDK?

I have the Meeting SDK on iOS working and I’m wondering if there is a way to change the incoming audio stream so that the receiver hears a different voice. This is for an amusing listening experience. An example would be if the receiver wanted to hear the sender as a soprano or a baritone or a chipmunk.

@cinjon.resnick ,

Thank you for posting in the Zoom Developer Forum. It is my understanding the IOS allows access to raw audio data. You can set up a virtual audio source. To achieve your goal there may be some developers on your end when it comes to manipulating the audio. Down below I’ve linked the support documentation on Audio along with the function need to set the audio source and
send audio raw data.

https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/in-meeting-function/customized-in-meeting-ui/audio/

Set the delegate of virtual audio source.

https://marketplacefront.zoom.us/sdk/meeting/ios/interface_mobile_r_t_c_audio_source_helper.html

Let me know if you have any questions about this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.