nixpkgs VS easyeffects

Compare nixpkgs vs easyeffects and see what are their differences.

easyeffects

Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications (by wwmm)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nixpkgs easyeffects
972 168
15,581 5,890
4.9% -
10.0 9.8
7 days ago 3 days ago
Nix C++
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nixpkgs

Posts with mentions or reviews of nixpkgs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Eelco Dolstra's leadership is corrosive to the Nix project
    6 projects | news.ycombinator.com | 22 Apr 2024
    I see two signers in the top 6 displayed on https://github.com/NixOS/nixpkgs/graphs/contributors
  • 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup
    6 projects | news.ycombinator.com | 19 Apr 2024
    For a single file script, nix can make the package management quite easy: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-f...

    For example,

    ```

  • NixOS/nixpkgs: There isn't a clear canonical way to refer to a specific package
    1 project | news.ycombinator.com | 9 Apr 2024
  • NixOS Is Not Reproducible
    1 project | news.ycombinator.com | 7 Apr 2024
    Yes, Nix doesn't actually ensure that the builds are deterministic. In fact it works just fine if they aren't. There are packages in nixpkgs that aren't reproducible: https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aiss...
  • The xz attack shell script
    5 projects | news.ycombinator.com | 2 Apr 2024
    I'm not familiar with Bazel, but Nix in it's current form wouldn't have solved this attack. First of all, the standard mkDerivation function calls the same configure; make; make install process that made this attack possible. Nixpkgs regularly pulls in external resources (fetchUrl and friends) that are equally vulnerable to a poisoned release tarball. Checkout the comment on the current xz entry in nixpkgs https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/comp...
  • Debian Git Monorepo
    4 projects | news.ycombinator.com | 2 Apr 2024
    NixOS uses a monorepo and I think everyone's love it.

    I love being able to easily grep through all the packages source code and there's regularly PRs that harmonizes conventions across many packages.

    Nixpkgs doesn't include the packaged software source code, so it's a lot more practical than what Debian is doing.

    https://github.com/NixOS/nixpkgs

  • From xz to ibus: more questionable tarballs
    5 projects | news.ycombinator.com | 1 Apr 2024
    In this specific case, nix uses fetchFromGitHub to download the source archive, which are generated by GitHub for the specified revision[1]. Arch seems to just download the tarball from the releases page[2].

    [1]: https://github.com/NixOS/nixpkgs/blob/3c2fdd0a4e6396fc310a6e...

    [2]: https://gitlab.archlinux.org/archlinux/packaging/packages/ib...

  • GitHub Disabled the Xz Repo
    5 projects | news.ycombinator.com | 29 Mar 2024
    True, but irrelevant -- _some packages_, _somewhere_, do depend on xz, which, if built, requires pulling the source from GitHub (see the default.nix: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools...)

    It's not the vulnerability that's a problem right now (NixOS was protected by a couple of factors) but rather GitHub's hamfisted response.

    That is the problem.

  • Combining Nix with Terraform for better DevOps
    4 projects | dev.to | 19 Mar 2024
    We’ve noticed that some users have been asking about how to use older versions of Terraform in their Nix setups [1, 2]. This is an example of the diverse needs of people and the importance of maintaining backward compatibility. We hope that nixpkgs-terraform will be a useful tool for these users.
  • Nix is a better Docker image builder than Docker's image builder
    21 projects | news.ycombinator.com | 15 Mar 2024
    I think whateveracct was referring to is this link:

    https://github.com/NixOS/nixpkgs/blob/master/pkgs/developmen...

    What that file is doing, is building a package, and it essentially is a combination of what Makefile and what RPM spec file does.

    I don't know if you're familiar with those tools, but if you aren't it takes some time to know them enough to understand what is happening. So why would be different here?

easyeffects

Posts with mentions or reviews of easyeffects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-12.
  • Improving perceived sound quality on the FW13.
    1 project | /r/framework | 7 Dec 2023
    Linux: EasyEffects (free and open-source)
  • Speaker Support in Asahi Linux
    4 projects | news.ycombinator.com | 12 Nov 2023
    For DSP, we already can do that using something like Easy Effects[1][2].

    The biggest issue is acquiring proper impulse-response data. In theory, it has to be tuned per-model, so turning basically require pro-grade equipment and a recording studio. However, apparently many people assume Dolby is using the same profile for all laptops, so just copy-paste the same file here and there. Not really sure which is the real case.

    Anyways, Asahi can ship DSP turned on by default because the distro is specific to Apple. That's how Apple boosts the quality of its hardware, and the same applies to a distro dedicated to it.

    [1]: https://github.com/wwmm/easyeffects

  • [Recommendation] Not necessary, but cool software to tweak your devices (webcam, keyboard etc.)
    6 projects | /r/Fedora | 7 Sep 2023
    - Easy Effects: Effects for PipeWire applications; configure your speakers & microphones (e.g. noise reduction filter)
  • Volume normalization
    1 project | /r/ManjaroLinux | 10 Jul 2023
    Easyeffects maybe.
  • set a pre-amp for mic pipewire
    1 project | /r/linuxaudio | 20 Jun 2023
    EasyEffects could be a replacement for EqualizerAPO. You can do some gain staging there if you want, as well as a bunch of other stuff.
  • Easy Effects: Audio effects for PipeWire applications
    1 project | /r/patient_hackernews | 29 May 2023
    1 project | /r/hackernews | 29 May 2023
    1 project | /r/hypeurls | 28 May 2023
    6 projects | news.ycombinator.com | 28 May 2023
    Is this a general comment meant to apply to anything or are you specifically talking about Easy Effects here?

    It has installation instructions in the README, links to a wiki page with more information (https://github.com/wwmm/easyeffects/wiki/Package-Repositorie...), the application contains full documentation under the "Help" item in the menu (as many applications do) and they also have the same documentation online (https://wwmm.github.io/easyeffects/).

    Not sure what more you could ask for?

  • PipeWire 0.3.71
    1 project | /r/linux | 17 May 2023
    I guess they're referring to my tickets: https://github.com/wwmm/easyeffects/issues/2322 https://gitlab.freedesktop.org/pipewire/pipewire/issues/3198

What are some alternatives?

When comparing nixpkgs and easyeffects you can also consider the following projects:

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

pulseeffects - Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications [Moved to: https://github.com/wwmm/easyeffects]

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

noise-suppression-for-voice - Noise suppression plugin based on Xiph's RNNoise

git-lfs - Git extension for versioning large files

NoiseTorch - Real-time microphone noise suppression on Linux.

spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.

EasyEffects-Presets - Collection of PulseEffects presets

waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

pulseeffects-presets - Collection of community-made presets for PulseEffects tailored for TUXEDO laptops.

nixos - My NixOS Configurations

AutoEq - Automatic headphone equalization from frequency responses