-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noise cancellation #1956
Comments
@lucianopa-msft could you weigh in? |
Hey @BigVeila, let outgoingAudioOptions = OutgoingAudioOptions()
let filters = OutgoingAudioFilters()
filters.noiseSuppressionMode = NoiseSuppressionMode.high
outgoingAudioOptions.audioFilters = filters And apply to call options :) |
@lucianopa-msft It seems like what you’re referring to is for calls. Currently, I’m only using Speech To Text, and I can not apply for SPXPushAudioStream,... From what I researched, there is a feature called Microsoft Audio Stack (MAS), but it only supports C# and Java. |
Oh so you are not using AzureCommunicationCalling SDK, you just want speech to text in any Azure SDK? It is that the question? |
This doesn't look like a AzureCommunicationCalling SDK issue, so should it be transferred to some other Azure SDK? |
Closing as this is not a supported feature of the SDK. |
I wonder if the iOS SDK supports a noise reduction feature. Currently, I am using the STT feature, and the Azure is recognize other sounds (5 meters from the mic).
The text was updated successfully, but these errors were encountered: