-
Notifications
You must be signed in to change notification settings - Fork 5
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
Autoactivate #8
Comments
@Edesem I would appreciate your help if you guide me on how have you autoactivated the plugin using the |
After lots of research, I found this on how to run the plugin as a service without any error in the PulseAudio.. |
The previous link is for a similar plugin that runs the LADSPA rnn model.. |
My answer would be... probably??? You should probably just use noise torch though and do what they said as it it would essentially be doing the same thing. |
The reason why I am using this plugin is that I can tweak it the way I want easily because it is python based. The second reason is that I want to access the plugin simultaneously using the CLI directly. Regarding the thing you mentioned about using Ubuntu, I am using it as a development environment. the production environment is totally GUI and gnome-free. |
Ahh fair enough. My knowledge has ended here but wish you the best of luck to sorting out your issue |
I have resolved the issue successfully the other day. I will post the solution to help those who might face the same issue. The key solution to the problem is that the package systemd (rnnoise-cli) belongs to the OS user, not to the core system services. Meaning that the service MUST be in the Here is how your service must look like:
You may save the previous configuration inside Now your service will start every time you boot your system up. You can restart your service by Important note: you must add your mic name in the package config files as mentioned in the README.md file. |
Would you please guide me on how can I run the plugin automatically when the OS is up?
I have tried to run the plugin on the OS bootup using systemd service but that didn't work.. I kept getting PulseAudio warnings..
The text was updated successfully, but these errors were encountered: