Search Criteria
Package Details: goxlr-utility 1.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goxlr-utility.git (read-only, click to copy) |
---|---|
Package Base: | goxlr-utility |
Description: | A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini. |
Upstream URL: | https://github.com/GoXLR-on-Linux/goxlr-utility |
Licenses: | custom, MIT |
Submitter: | FrostyCoolSlug |
Maintainer: | FrostyCoolSlug |
Last Packager: | FrostyCoolSlug |
Votes: | 4 |
Popularity: | 0.000006 |
First Submitted: | 2022-08-02 15:15 (UTC) |
Last Updated: | 2024-09-16 15:58 (UTC) |
Dependencies (7)
- bzip2 (bzip2-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libusb (libusb-gitAUR)
- speech-dispatcher (speech-dispatcher-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
RileyMeta commented on 2024-08-03 15:57 (UTC) (edited on 2024-08-07 14:28 (UTC) by RileyMeta)
For the time being, since the rust/cargo dependency is broken. I went ahead and adapted the PKGBUILD to work for the RPM file. Feel free to use:
FrostyCoolSlug commented on 2024-07-29 14:31 (UTC)
It looks like the latest release of rust has broken a dependency of a dependency, so it's not entirely straight forward to fix, the easiest way to solve it for now would be to run:
rustup default 1.79.0
Then attempt to install the package again. I'll try and get this fixed as soon as possible.
mglaserde commented on 2024-07-29 10:41 (UTC)
Seems like installation is not working? Tried two different systems, getting the error on both (trying to install goxlr-utility with yay)
FrostyCoolSlug commented on 2024-03-23 23:52 (UTC)
Thanks for the heads up, looks like rust 1.77 changed the format of the package_id in the JSON diagnostics, I suspect other rust packages may run into a similar problem (ripgrep-git has the same report).
I've pushed a fix for this (so we're release 2 now), and it should all work again.
ricwu commented on 2024-03-22 22:14 (UTC)
I got this error, when installing:
FrostyCoolSlug commented on 2024-02-08 10:51 (UTC)
1.0.5 requires the latest version of rust, so for compile errors run
rustup update
before attempting to install.Thanks.
Spatchy commented on 2024-02-08 02:06 (UTC)
I get the following error when updating to the latest version:
I get this exact error (same file and line) 10 times, which is followed with:
Not sure if this is just an issue with the package or if this should be reported upstream?
FrostyCoolSlug commented on 2023-03-28 06:03 (UTC)
Thanks for the feedback!
In regards to the line out volume, the utility will load the same default profiles as the official app on windows (which does, unfortunately, include line out at 0%). With that being said, you should be able to change it to 100% and save the profile. The next time the profile is loaded on startup it'll restore the 100% value without the need of a separate script.
If that's not working, please open an issue on the GitHub page.
Thanks!
zeriah commented on 2023-03-28 00:40 (UTC)
Not only does this fully replicate the functionality of the GoXLR within Linux, I've found that it works better than when I used it on Windows. The web config utility does everything the original GoXLR software does, and the equipment responds immediately to terminal commands.
One note for anyone who might be using this - Line-out volume is set to 0 at launch. If you're like me and use a speaker on the line out, or if you use it to feed audio to a two-system streaming setup, make sure you use: goxlr-client volume line-out 100 Or whatever volume you prefer. I have that in my desktop autostart script.