πŸŽ›οΈ Noixer

GitHub - abetusk/noixer: An ambient noise mixer
An ambient noise mixer. Contribute to abetusk/noixer development by creating an account on GitHub.

Noixer (Code) is an Open Source ambient noise mixer which is really easy to try out online:

Noixer website

With Noixer, you can combine ("mix") and modulate sounds from a bunch of different environments, effectively creating your own white noise (or environmental sound).

We absolutely love it when projects have demos πŸš€ – you can try out Noixer right in your browser with their interactive demo!

🌠 Features

Noixer has a bunch of really helpful features that you would otherwise find in really complex apps:

  • Over 20 distinct sounds contributed by the author and others (FreeSound.org)
  • Global & individual sound gain setting
  • Presets
  • Randomization

πŸ€– As described by AI

Noixer is an open-source project aimed at creating an ambient noise mixer. It is designed to compile various ambient sounds, allowing users to create a personalized sound environment. The sounds included in Noixer are carefully selected to be under a CC0 (public domain) license, ensuring that they are freely available for use.

The project emphasizes ease of use and accessibility, with a focus on providing a wide range of ambient sounds like rain, thunder, cityscapes, and more. It is hosted on GitHub, allowing anyone interested in contributing or utilizing the mixer to access and use it freely under the CC0 license. For more details, please visit the project's GitHub page: [abetusk/noixer](https://github.com/abetusk/noixer).

πŸ“Ί Watch this

While Noixer doesn't have any video intros, here's a nice relaxing ambient sea sound that you could kind of reproduce with Noixer:

OK you might not get waves quite like that and the visuals are missing, but Noixer is great for building your own sound scapes.

πŸ‘Ÿ Getting started

If you want to try out Noixer, you can use the website directly.

If you'd like to self-host noixer the website/project, it's open source (and awesome!) so you can actually just pull the repo:

GitHub - abetusk/noixer: An ambient noise mixer
An ambient noise mixer. Contribute to abetusk/noixer development by creating an account on GitHub.

And host the repo as a webpage from your browser!

For example, the following commands should do it:

git clone git@github.com:abetusk/noixer.git
cd noixer
open index.html # if you're on linux "xdg-open index.html" or "firefox-developer-edition index.html"

πŸ§‘β€πŸ’» Want to contribute?

noixer is a relatively young project, but issues are open and so are pull requests!

πŸš€
As of right now, noixer doesn't have any pull requests merged – you could be the first to contribute meaningful changes in the first PR to the project!

The code is wonderfully simple to read and understand (thanks to a straight forward HTML + CSS + JS setup), so it should be easy to jump in.