Package Details: noisetorch-git 0.12.2.r15.g3b04af2-1

Git Clone URL: https://aur.archlinux.org/noisetorch-git.git (read-only, click to copy)
Package Base: noisetorch-git
Description: Real-time microphone noise suppression on Linux.
Upstream URL: https://github.com/noisetorch/NoiseTorch
Licenses: GPL3
Conflicts: noisetorch
Provides: noisetorch
Submitter: erbrecht
Maintainer: gileri
Last Packager: gileri
Votes: 11
Popularity: 0.001105
First Submitted: 2020-07-18 04:21 (UTC)
Last Updated: 2023-08-06 18:55 (UTC)

Latest Comments

1 2 3 4 Next › Last »

gileri commented on 2023-08-06 18:57 (UTC)

Thank you for the feedback @ticpu, added the arch.

ticpu commented on 2023-08-02 16:10 (UTC)

I can confirm that this package works perfectly fine on my Raspberry Pi 4.

armv7l can be added to arch=()

By the way, I use this Pi as a bridge for my wireless headset and it uses 40-60% of one core on the Pi 4.

[Unit]
Description=Sound Service

[Service]
Environment=XDG_RUNTIME_DIR=/run/user/1000
ExecStartPre=/bin/mkdir -p $XDG_RUNTIME_DIR
ExecStart=/usr/bin/pulseaudio --daemonize=no --log-target=journal
ExecStartPost=/usr/bin/noisetorch -i
LockPersonality=yes
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
Restart=on-failure
RestrictNamespaces=yes
SystemCallArchitectures=native
SystemCallFilter=@system-service
# Note that notify will only work if --daemonize=no
Type=notify
UMask=0077
User=alarm
Group=audio
Nice=-5
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target

gileri commented on 2022-10-25 18:14 (UTC)

Thank for the notice @kescherAUR, I added a workaround based on https://bugs.archlinux.org/task/76255.

kescherAUR commented on 2022-10-24 16:03 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 9833182..3099f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ prepare() {
    git submodule init
    git config submodule.c/c-ringbuf.url $srcdir/c-ringbuf
    git config submodule.c/rnnoise.url $srcdir/rnnoise
-   git submodule update
+   git submodule--helper update
    export GOPATH="$srcdir/go"
    go clean -modcache
 }

Needed to be able to build this package.

gileri commented on 2022-09-26 19:58 (UTC)

Done, thank you @kescherAUR.

kescherAUR commented on 2022-09-26 05:19 (UTC)

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

kescherAUR commented on 2022-09-24 12:06 (UTC)

Until the name change is through, can the pkgver please be fixed? the pkgver function doesn't filter out the "v" before the version name, unfortunately, so it keeps showing up as having updates in AUR helpers when there are no updates.

Technetium1 commented on 2022-06-13 16:28 (UTC)

Please take notice that the name may have to be changed very soon. In order to keep all votes and comments on this package, submit a new one with the new project name and contact the mailing list or a Trusted User to have the packages merged. Discussion on new names & The issue causing this

kescherAUR commented on 2022-05-24 05:41 (UTC)

The discussion linked by @lectrode shows that can safely assume the source for NoiseTorch itself, as well as the pulseaudio Go module dependency currently isn't compromised, and likely hasn't been at all. Considering the compromise was a relatively unsophisticated malware on a dev's computer that was scanning for cryptocurrency wallets, this isn't surprising.

lectrode commented on 2022-05-21 21:40 (UTC)

progress of binary and code review of noisetorch can be found here:

 https://github.com/noisetorch/NoiseTorch/discussions/275