Skip to content
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

Open
BigVeila opened this issue Nov 19, 2024 · 3 comments
Open

Noise cancellation #1956

BigVeila opened this issue Nov 19, 2024 · 3 comments
Assignees
Labels
Communication customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@BigVeila
Copy link

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).

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Nov 19, 2024
@tjprescott
Copy link
Member

@lucianopa-msft could you weigh in?

@tjprescott tjprescott removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 19, 2024
@github-actions github-actions bot added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Nov 19, 2024
@lucianopa-msft
Copy link
Contributor

Hey @BigVeila,
We do have a support for noise suppression in our calling SDK, you can refer to Add audio quality enhancements to your audio calling experience where you can apply a levels of noise suppression through audio options in a call.
Example:

let outgoingAudioOptions = OutgoingAudioOptions()
let filters = OutgoingAudioFilters()
filters.noiseSuppressionMode = NoiseSuppressionMode.high
outgoingAudioOptions.audioFilters = filters

And apply to call options :)

@BigVeila
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Communication customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants