-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Archlinux compilation and/or AUR package #62
Comments
i will look into this as soon as i can... but it'll take a while since I'm swamped... |
I absolutely love this idea! I'm using Garuda and fish doesn't like me trying to install this either. I spent hours trying to get brain to work on Garuda and ultimately frustration got the best of me. :P I'll be following this as I do a DJ stream and want to see if it will do captions for my ethnically diverse music selection! BTW, From what I see on your github, ya'll are doing some amazing work! |
@umireon whats the process of getting an AUR on aur.archlinux.org ? |
@royshil I don't think downloading dependencies by CMake is not permitted on AUR so we need to change the build script to accept tarballs of dependencies first. Anyway, here is the PKGBUILD script to build the package for pacman.
Gist: https://gist.github.com/umireon/eb83c2bd0657931345a3382bfbc4caed And here are the instructions to build our plugin on Arch Linux
Disclaimer: I haven't checked if this plugin works on OBS built in this way. |
So found some time to play with it. Just by making the package manually with the Now I have never used this plugin before so tried to use it but I am either doing something wrong or it's not properly installed. As per the tutorial, I put it as a filter in the audio source and connected it to a text/subs element. But nothing appears there or in the logs. |
@LefterisJP you get in the log "skipping inference" which means it can't hear any sound to process so it skips the Whisper inference |
yeah works now. Needed to speak louder and wait for quite some time to see the results. Need to play with the parameters I guess. But anyway for the purpose of this issue the files to make the AUR package seem to work! |
What is the status of the AUR package? ^^ |
Largely based on @umireon's [AUR build script](locaal-ai#62 (comment)), these steps worked for me on a Gentoo Linux system as well, so I figured it might be helpful to add them to the README. I feel like some of this could be merged with the Ubuntu section above (which might also in itself be applicable to Debian as well as Ubuntu), but for now this should at least help people
Largely based on @umireon's [AUR build script](#62 (comment)), these steps worked for me on a Gentoo Linux system as well, so I figured it might be helpful to add them to the README. I feel like some of this could be merged with the Ubuntu section above (which might also in itself be applicable to Debian as well as Ubuntu), but for now this should at least help people
is anyone willing to invest some time to make an AUR pkg? |
We first need to organize dependent libraries to register our plugin to AUR. That's why I have not been tackling this request. |
AUR won't allow the pre-built libraries, so we need to enable our plugin to build with the source of the dependent libraries. |
Update: installed ccache and openblas before compiling again, module loaded! Thank you @umireon for the build script. I was able to compile the latest master as well as 0.3.1, though the plug-in has issues loading.
|
@suwagawaki looks like CTranslate2 is missing either as a shared or static library |
Hey thanks a lot for your work on this awesome package!
I wanted to try and build it under archlinux but the guide does not work due to
As archlinux uses pacman I guess some adjustment are needed but I am not very familiar with the best way to do it.
What would be amazing if this was packaged in an AUR package like someone did for your other extension to remove the background: https://github.com/Bitals/obs-backgroundremoval-aur/tree/master
Any help appreciated ❤️
The text was updated successfully, but these errors were encountered: