Package Details: noisetorch 0.12.2-4

Git Clone URL: https://aur.archlinux.org/noisetorch.git (read-only, click to copy)
Package Base: noisetorch
Description: Real-time microphone noise suppression on Linux.
Upstream URL: https://github.com/noisetorch/NoiseTorch
Licenses: GPL-3.0-or-later
Provides: noisetorch
Submitter: erbrecht
Maintainer: g3tchoo (HurricanePootis)
Last Packager: HurricanePootis
Votes: 67
Popularity: 0.88
First Submitted: 2020-12-11 15:09 (UTC)
Last Updated: 2024-08-06 01:16 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

lectrode commented on 2024-08-04 21:10 (UTC)

Per this bug, please remove the dependency on "pulseaudio" and add a dependency on "pulse-native-provider"

ZeNCUSioN commented on 2024-08-03 18:23 (UTC)

As of Aug 3, 2024, noisetorch pkgbuild depends on pulseaudio and can no longer be used with pipewire-pulse due to the following conflict: pipewire-pulse (1:1.2.2-1) breaks dependency 'pulseaudio' required by noisetorch

pipewire-pulse in the repo has migrated to using pulse-native-provider and no longer provides pulseaudio in its pkgbuild.

See the pipewire July 17 commits here: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commits/main

Also discussion in pipewire issue #10 here: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

simona commented on 2024-08-03 09:27 (UTC)

:: pulseaudio-17.0-3 e pipewire-pulse-1:1.2.2-1 vanno in conflitto. Rimuovere pipewire-pulse? [s/N]

luntik2012 commented on 2023-12-26 16:25 (UTC) (edited on 2023-12-26 16:25 (UTC) by luntik2012)

please, clean ~/.cache/go-build after building golang projects, it takes 100M

Fedot commented on 2022-10-24 02:08 (UTC) (edited on 2022-10-24 02:09 (UTC) by Fedot)

Failed to install

 go: downloading golang.org/x/mobile v0.0.0-20220104184238-4a8be17bd2e3
build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined
>main.go:27: running "go": exit status 1
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code

Tried exporting ~/.cache to $XDG_CACHE_HOME and $GOCACHE, neither of which helped

014 commented on 2022-07-01 20:38 (UTC) (edited on 2022-07-01 20:38 (UTC) by 014)

Anyone run into this?

../rnnoise/src/rnn.c:151:12: error: indirection of non-volatile null pointer will be deleted, not trap [-Werror,-Wnull-dereference]
      else *(int*)0=0;
           ^~~~~~~~
../rnnoise/src/rnn.c:151:12: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
2 errors generated.
make: *** [Makefile:2: default] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Technetium1 commented on 2022-06-13 16:27 (UTC) (edited on 2022-06-13 16:27 (UTC) by Technetium1)

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

renanvcampos commented on 2022-06-08 22:29 (UTC)

About error:

2022/06/04 23:57:38 Reading JSON for latest_release failed json: cannot unmarshal object into Go value of type main.github_releases

It`s related to Github rate limit issue.

The url called during startup is: https://api.github.com/repos/noisetorch/NoiseTorch/releases/latest

{"message":"API rate limit exceeded for ***.***.***.***. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

stasadev commented on 2022-06-05 10:53 (UTC) (edited on 2022-06-05 11:07 (UTC) by stasadev)

I think this note is no longer relevant because the upstream maintainer has moved away from this project https://github.com/noisetorch/NoiseTorch/discussions/265

In any case, this patch will still be merged, because the program is not fully functional now. I'll leave my previous comment, so people know how to fix it until a new version comes out.

Scrumplex commented on 2022-06-05 09:12 (UTC)

I don't know if upstream's policy about modifications is still the case.

See comment in PKGBUILD

# Note: The upstream maintainer does not allow ANY modifications
# to the source code. Please refrain from doing so.
# https://lists.archlinux.org/pipermail/aur-general/2021-May/036230.html