All Projects → meinardmueller → libfmp

meinardmueller / libfmp

Licence: other
libfmp - Python package for teaching and learning Fundamentals of Music Processing (FMP)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to libfmp

pd-aubio
aubio external for PureData
Stars: ✭ 20 (-71.83%)
Mutual labels:  beat, onset, tempo
tutorial
Tutorial on Tempo, Beat and Downbeat estimation
Stars: ✭ 44 (-38.03%)
Mutual labels:  beat, tempo, mir
synctoolbox
Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
Stars: ✭ 69 (-2.82%)
Mutual labels:  synchronization, dtw, onset
vamp-aubio-plugins
aubio plugins for Vamp
Stars: ✭ 38 (-46.48%)
Mutual labels:  beat, onset, tempo
Aubio
a library for audio and music analysis
Stars: ✭ 2,601 (+3563.38%)
Mutual labels:  beat, onset
AudioAlign
Audio Synchronization and Analysis Tool
Stars: ✭ 80 (+12.68%)
Mutual labels:  synchronization, retrieval
tempo-cnn
Framework for estimating temporal properties of music tracks.
Stars: ✭ 62 (-12.68%)
Mutual labels:  tempo, mir
music-tempo
Finding out tempo of the music
Stars: ✭ 99 (+39.44%)
Mutual labels:  beat, tempo
amazon-reviews
Sentiment Analysis & Topic Modeling with Amazon Reviews
Stars: ✭ 26 (-63.38%)
Mutual labels:  nmf
JD-NMF
Joint Dictionary Learning-based Non-Negative Matrix Factorization for Voice Conversion (TBME 2016)
Stars: ✭ 20 (-71.83%)
Mutual labels:  nmf
mine
Share application state across computers using Dropbox.
Stars: ✭ 14 (-80.28%)
Mutual labels:  synchronization
chordial
A simple Scala implementation of Chord, a distributed lookup protocol
Stars: ✭ 24 (-66.2%)
Mutual labels:  chord
practicesharp
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
Stars: ✭ 27 (-61.97%)
Mutual labels:  tempo
retrygroup
Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task.
Stars: ✭ 18 (-74.65%)
Mutual labels:  synchronization
tempomat
CLI for Tempo Jira Timesheets Plugin
Stars: ✭ 45 (-36.62%)
Mutual labels:  tempo
SilentNotes
SilentNotes is a simple note taking app which respects your privacy.
Stars: ✭ 98 (+38.03%)
Mutual labels:  synchronization
AsyncLock
An async/await-friendly lock for .NET, complete with asynchronous waits, safe reëntrance, and more.
Stars: ✭ 106 (+49.3%)
Mutual labels:  synchronization
DTW Digital Voice Recognition
基于DTW与MFCC特征进行数字0-9的语音识别,DTW,MFCC,语音识别,中英数据,端点检测,Digital Voice Recognition。
Stars: ✭ 28 (-60.56%)
Mutual labels:  dtw
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-60.56%)
Mutual labels:  synchronization
cottontaildb
Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (nearest neighbour search) used in similarity search using a unified data and query model.
Stars: ✭ 16 (-77.46%)
Mutual labels:  retrieval

libfmp

This repository contains the Python package libfmp. This package goes hand in hand with the FMP Notebooks, a collection of educational material for teaching and learning Fundamentals of Music Processing (FMP) with a particular focus on the audio domain. For detailed explanations and example appliciations of the libfmp-functions we refer to the FMP Notebooks:

https://audiolabs-erlangen.de/FMP

The FMP notebooks also contain a dedicated notebook for libfmp:

https://www.audiolabs-erlangen.de/resources/MIR/FMP/B/B_libfmp.html

There is also an API documentation for libfmp:

https://meinardmueller.github.io/libfmp

If you use the package libfmp, please consider the following references.

References

Meinard Müller and Frank Zalkow. libfmp: A Python Package for Fundamentals of Music Processing. Journal of Open Source Software (JOSS), 6(63), 2021.

Meinard Müller and Frank Zalkow. FMP Notebooks: Educational Material for Teaching and Learning Fundamentals of Music Processing. Proceedings of the International Conference on Music Information Retrieval (ISMIR), pp. 573–580, Delft, The Netherlands, 2019.

Meinard Müller. Fundamentals of Music Processing – Using Python and Jupyter Notebooks. Springer Verlag, 2nd edition, 2021.

Meinard Müller. An Educational Guide Through the FMP Notebooks for Teaching and Learning Fundamentals of Music Processing. Signals, 2(2): 245–285, 2021.

Statement of Need

The libfmp package bundles core concepts from the music information retrieval (MIR) field in the form of well-documented and easy-to-use Python functions. It is designed to aid students with the transition from being learners (e.g., studying the FMP notebooks) to becoming researchers by providing proper software support for building and experimenting with complex MIR pipelines. Going beyond and complementing existing Python packages (such as librosa), the libfmp package contains (previously unpublished) reference implementations of MIR algorithms from the literature and new Python implementations of previously published MATLAB toolboxes. The functionality of libfmp addresses diverse MIR tasks such as tuning estimation, music structure analysis, audio thumbnailing, chord recognition, tempo estimation, beat and local pulse tracking, fragment-level music retrieval, and audio decomposition.

Installing

With Python >= 3.6, you can install libfmp using the Python package manager pip:

pip install libfmp

Contributing

The libfmp-package has been developed in the context of the FMP notebooks. Being an integral part, all libfmp-functions need to manually synchronized with text passages, explanations, and the code in the FMP notebooks. Of course, we are happy for suggestions and contributions. However, to facilitate the synchronization, we would be grateful for either directly contacting us via email ([email protected]) or for creating an issue in our GitHub repository. Please do not submit a pull request without prior consultation with us.

If you want to report an issue with libfmp or seek support, please use the same communication channels (email or GitHub issue).

Tests

The functions of libmfp are also covered in the FMP notebooks. There, you find several test cases for the functions, showing typical input-output behaviors. Beyond these tests, the FMP notebooks offer extensive explanations of these functions. Thus, we consider FMP as a replacement for conventional unit tests.

Furthermore, we provide a small script that tests one function of each subpackage from libfmp. Rather than covering the full functionality of libfmp, it only verifies the correct import structure within the libfmp package.

There are two options for executing the test script. The first is just to run the script, which results in no output if there are no errors.

python test_examples.py

The second option is to use pytest, which results in a more instructive output. pytest is available when installing libfmp with the extra requirements for testing.

pip install 'libfmp[tests]'
pytest test_examples.py

Acknowledgements

The main authors of libfmp, Meinard Müller and Frank Zalkow, are associated with the International Audio Laboratories Erlangen, which are a joint institution of the Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU) and Fraunhofer Institute for Integrated Circuits IIS. We thank the German Research Foundation (DFG) for various research grants that allow us for conducting fundamental research in music processing. Furthermore, we thank the various people who have contributed to libfmp with code and suggestions. In particular, we want to thank (in alphabetic order) Stefan Balke, Michael Krause, Patricio Lopez-Serrano, Julian Reck, Sebastian Rosenzweig, Angel Villar-Corrales, Christof Weiß, and Tim Zunner.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].