AudioOwl
AudioOwl copied to clipboard
Fast and simple music and audio analysis using RNN in Python 🕵️♀️ 🥁
Got this message Collecting audioowl Using cached audioowl-0.0.14-py3-none-any.whl Collecting madmom=0.15.1 Using cached madmom-0.15.1.tar.gz (15.7 MB) Requirement already satisfied: cython in /usr/local/lib/python3.7/dist-packages (from audioowl) (0.29.24) Requirement already satisfied: scipy in /usr/local/lib/python3.7/dist-packages...
Hello, i tried to run your lib against the carmen overture from bizet, and it resulted as only 32 beats found...
Python version is 3.6.4 pip install audioowl (py36dev) c:\Users\MyUserName\Documents\Sources\GIT\Python>pip install audioowl Collecting audioowl Downloading https://files.pythonhosted.org/packages/b1/95/79122f1fb98c7f11b0698007a3e60d8db247f6be437e5e8763439d54b30f/audioowl-0.0.13.tar .gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...
I tried to install in windows python 3.10 conda env and encountered error below. After "pip install cython" the error went away. Maybe update installation instructions, or add to requirements.txt?...
what pyython version does this work on?
Tempo appears to be calculated as "duration / (# of beats - 1)". That's not an accurate algorithm, as not all beats will be detected (or even present in the...