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

remove redundant code #2057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mpr0xy
Copy link

@mpr0xy mpr0xy commented Aug 23, 2023

Purpose

I removed an extra line of code.
// var audio_config = AudioConfigFromUserConfig(userConfig);
AudioConfigFromUserConfig has been used in the SpeechRecognizerFromUserConfig function.
Reduce confusion for code readers.

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[x] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

AudioConfigFromUserConfig has been used in the SpeechRecognizerFromUserConfig function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant