-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add hotkey/toolbar icon to toggle RNNoise #5911
Conversation
The concept is correct, however I would add a shortcut to cycle through all noise cancellation methods instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to make sure that your commits follow our commit guidelines.
@@ -61,4 +61,3 @@ jobs: | |||
working-directory: ${{ github.workspace }}/build | |||
shell: bash | |||
run: QT_QPA_PLATFORM=offscreen ctest --output-on-failure -C $BUILD_TYPE | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated change
@@ -0,0 +1,12 @@ | |||
sonar.projectKey=sethbrown246_mumble |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated changes
@sethbrown246 what is your plan with this PR? Do you want to finish it? |
Closing this due to being stale and in light of #6292 |
Checks
FEAT(ToggleRNNoise)
Hello, these are the changes I have made so far for trying to implement a global shortcut to toggle RNNoise. I believe the only thing left for me to do is to change Settings::noiseCancelMode but I was not sure how to do that. Let me know if what I have so far is good and if you have any tips on how to change Settings::noiseCancelMode to finish this issue.
Thanks in advance!
Implements #4189