aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
714 stars 473 forks source link

Make vocal changes #1882

Closed luchinilato closed 2 years ago

luchinilato commented 2 years ago

Is there a possibility to apply vocal changes of a participant?

xuesichao commented 2 years ago

Hi! Could you please explain it a bit more? What do you mean by "vocal change"?

luchinilato commented 2 years ago

Hi. Thanks for the reply. Sorry if I didn't explain my question correctly. I will try to be more clear.

I found the following project: https://voicechanger.io The project is basically a list of effects to apply to the audio. Ex: https://voicechanger.io/transforms/church.js https://voicechanger.io/transforms/pitch.js https://voicechanger.io/transforms/cuteRobot.js https://voicechanger.io/transforms/vibrato.js

I would like to know if it would be possible to apply any of these effects to the audio of a chime participant.

ltrung commented 2 years ago

I have not tried this library before but if it can produce a MediaStream then you can call chooseAudioInputDevice and set the audio input to that media stream.

ltrung commented 2 years ago

Closing for now but feel free to reopen if you have additional questions.