Skip to content
/ muslib Public

A python package for music and audio analysis with c++ backend inspired by librosa.

Notifications You must be signed in to change notification settings

janagor/muslib

Repository files navigation

Requirements

  • python 3.12
  • g++
  • cmake
  • clang-tidy
  • cppcheck

Build

Environment installation

Linux

python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt

Windows

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt

Libraries and binaries installation

conan profile detect
conan install . --build=missing
conan build .

Python library installation

pip install .

Now you can use the library with:

import muslib

Windows

Docs

To generate documentation via Doxygen

doxygen Doxyfile

About

A python package for music and audio analysis with c++ backend inspired by librosa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published