-
Notifications
You must be signed in to change notification settings - Fork 227
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
Load at startup #6
Comments
Hey! Unfortunately this is currently unlikely to happen because the module currently consumes CPU even if no application is using the microphone. See this issue which in turn filed an issue on PulseAudio. I'm not super opposed to it, if enough people want this. But it's something you can already achieve by configuring pulseaudio manually as described here. |
Couldn't you easily check, if there is a recording application (several other apps already did this with pulse, e.g. palva and kmixer), and only then activate noise cancellation? |
no, because a lot of applications require the virtual microphone to be present before they start, otherwise they don't see it as they query the device list only once on start unfortunately. |
With Would this be sufficient as a solution, or did you have something else in mind? |
Yes, this is enough, thank you for improving the app, also I would like to give you some feedback: I think it is more intuitive to give the device id to the -i parameter( |
Yeah that may may been better, but too late to change now. As for not being able to run it with sudo, that's because it's only in your users PATH and not in root's PATH. You'll need to specify the absolute path. However, since the original issue here is resolved, I'll now close this. |
Hello, so what is the recommended command to run this automatically on boot? |
There's a wiki entry here: https://github.com/lawl/NoiseTorch/wiki/Start-automatically-with-Systemd |
I cannot provide support for people's individual system configuration, sorry. |
FWIW, I'm using NoiseTorch with PipeWire and it doesn't seem to be burning any CPU when no application is recording. |
Yes, same here |
Can someone give me some help? I Have my startup config like this:
But it exits with
I set the device as required, so I'm not sure why it won't load. |
@RyuunosukeDS3 does If not, does it actually work if you run that command from a terminal? |
Running it manually does work, yes! |
I'm not sure why that would happen (surely your USB microphone is initialized by the time you log in?). |
I don't know if there is a reason it wouldn't, tbh... I'm fairly sure it is... |
I had to add a delay to make mine work, but suddenly stopped again |
I would love to see a feature to automatically load NoiseTorch at startup
The text was updated successfully, but these errors were encountered: