Home

Awesome

<h1 align="center"> <img src="data/icons/io.github.seadve.Mousai.svg" alt="Mousai" width="192" height="192"/> <br> Mousai </h1> <p align="center"> <strong>Identify songs in seconds</strong> </p> <p align="center"> <a href="https://flathub.org/apps/details/io.github.seadve.Mousai"> <img alt="Download on Flathub" src="https://flathub.org/api/badge?svg&locale=en&light" width="200"/> </a> <br> <a href="https://www.buymeacoffee.com/seadve"> <img alt="Buy Me a Coffee" src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=seadve&button_colour=FFDD00&font_colour=000000&font_family=Inter&outline_colour=000000&coffee_colour=ffffff" width="150"/> </a> </p> <br> <p align="center"> <a href="https://hosted.weblate.org/engage/seadve"> <img alt="Translation status" src="https://hosted.weblate.org/widgets/seadve/-/mousai/svg-badge.svg"/> </a> <a href="https://flathub.org/apps/details/io.github.seadve.Mousai"> <img alt="Flathub downloads" src="https://img.shields.io/badge/dynamic/json?color=informational&label=downloads&logo=flathub&logoColor=white&query=%24.installs_total&url=https%3A%2F%2Fflathub.org%2Fapi%2Fv2%2Fstats%2Fio.github.seadve.Mousai"/> </a> <a href="https://github.com/SeaDve/Mousai/actions/workflows/ci.yml"> <img alt="CI status" src="https://github.com/SeaDve/Mousai/actions/workflows/ci.yml/badge.svg"/> </a> </p> <br> <p align="center"> <img src="data/resources/screenshots/preview.png" alt="Preview"/> </p>

Discover songs you are aching to know with an easy-to-use interface.

Mousai is a simple application that can recognize songs similar to Shazam. Just click the listen button, and then wait a few seconds. It will magically return the title and artist of that song!

Note: This uses the API of audd.io, so it is necessary to log in to their site to get more trials.

Why you will love Mousai?

🌈 AudD

AudD is a music recognition API that makes Mousai possible. For more information, you can check their Privacy Policy and Terms of Service.

🏗️ Building from source

GNOME Builder

GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.

  1. Download GNOME Builder.
  2. In Builder, click the "Clone Repository" button at the bottom, using https://github.com/SeaDve/Mousai.git as the URL.
  3. Click the build button at the top once the project is loaded.

Meson

git clone https://github.com/SeaDve/Mousai.git
cd Mousai
meson _build --prefix=/usr/local
ninja -C _build install

📦 Third-Party Packages

Unlike Flatpak, take note that these packages are not officially supported by the developer.

DistributionPackage NameMaintainer
SnapmousaisoumyaDghosh

Repology

You can also check out other third-party packages on Repology.

🙌 Help translate Mousai

You can help Mousai translate into your native language. If you found any typos or think you can improve a translation, you can use the Weblate platform.

☕ Support me and the project

Mousai is free and will always be for everyone to use. If you like the project and would like to support it, you may buy me a coffee.

💝 Acknowledgment

I would like to express my gratitude to the contributors and translators of the project.

I would also like to thank the open-source software projects, libraries, and APIs that were used in developing this app, such as GStreamer, GTK, LibAdwaita, AudD, etc., for making Mousai possible.

I would also like to acknowledge GNOME Shell whose issue templates served as the basis of Mousai's issue templates.