mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 16:15:52 +03:00
[GH-ISSUE #161] [Linux] Loop in Noise Cancellation control #71
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @orychalk on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/161
Originally assigned to: @tim-gromeyer on GitHub.
Hello,
Sometimes, the app does a loop to switch the noise control between Noise Cancellation and Transparency indefinitely.
I must select one manually to stop the loop.
I'm not sure, but I have the impression that it happens when the Conversational Awareness button is activated.
My setup :
Thanks
@YamadaHideki commented on GitHub (Jun 25, 2025):
Confirm
@kavishdevar commented on GitHub (Jul 10, 2025):
Hey! What do the logs look like? Could you please run with
—debugand tell. Thanks! I have experienced it too, but it’s quite random and doesn’t always happen.@orychalk commented on GitHub (Jul 11, 2025):
Hello,
Ok, but it's random, so I want to send debug output in a file.
And when it's happen, I can check and send you the file.
I launch librepods automaticaly when KDE Plasma start.
I think i must use a .sh script to launch it with argument, but it don't work (librepods is launched but the debug.txt file is empty)
How can i send the debug output in a file ?
There my last try to generate ouput file :
Could you help me please ?
@kavishdevar commented on GitHub (Nov 20, 2025):
fixed with #241