Search Criteria
Package Details: denoiseit-git r5.1e22526-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/denoiseit-git.git (read-only, click to copy) |
---|---|
Package Base: | denoiseit-git |
Description: | Tiny utility to run audio files through RNNoise |
Upstream URL: | https://github.com/DragoonAethis/DenoiseIt |
Keywords: | audio processing rnnoise signal |
Licenses: | GPL-3.0 |
Submitter: | DragoonAethis |
Maintainer: | DragoonAethis |
Last Packager: | DragoonAethis |
Votes: | 2 |
Popularity: | 0.22 |
First Submitted: | 2021-09-22 17:21 (UTC) |
Last Updated: | 2025-03-16 11:49 (UTC) |
Dependencies (3)
- libsndfile (libsndfile-gitAUR)
- rnnoise (rnnoise-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
Latest Comments
DragoonAethis commented on 2025-03-16 11:50 (UTC)
ugjka: Alright, updated pkgver with the new hashing method.
ugjka commented on 2025-03-15 06:41 (UTC)
Your pkgver() goes into infinite update loop on Paru because you are using a hash which is not stable
You should be using something like this:
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"