@Dylan_Wang If you were running it self-hosted, there was a workaround that but generally ai-coustics wasn’t supported out of the box. Soon we should get the update where you would be simply able to setup ai-coustics in the self-hosted environment by passing additional auth parameter.
I have tinkered around Today to create a solution for the newest release. Below I am sharing the md file that should have all of the necessary instructions to make it work but in short:
1. you create a separate file with regular aic SDK implementation
2. get ai-coustics sdk from our dev-platform ai-coustics dev portal
3. add prewarm to your agent entry file to download aic models
4. Pass the preloaded to room_io.AudioInputOptions(noise_cancellation=enhancer)
Check the attached md file for the intstructions.