-
Here is the mel-energy demo that `source` function return `hop_s` samples per iteration.
In my understand, the filterbank will do some operations on `win_s` samples. Is it right?
How to guarantee…
-
1) I have created my own model that use mfcc. With your pacakge it works fine with android but it is giving strange results with ios(almost same results everytime). Upon further going through your pac…
-
hi,
I am using aubionotes with aubio 0.4.9 on Linux to detect the pitch of a e-guitar. It works fine, except with low frequencies. When I play any note lower than 110Hz / midi note 45, it is not re…
-
I am trying to do tempo detection on a mp3 file decoded by symphonia, but everythime I do ```
let tempo = tempo.do_result(samples).unwrap();``` I get a segfault.
I tried to properly handling the r…
-
Upon attempting to install with `pip install aubio`, I'm met with a rather hefty error after a few minutes of attempting to build, the tail of which is:
```ps1
aubiomodule.obj : warning LNK4197: e…
-
This is the error I get when I try to load the library...
`UnsatisfiedLinkError: dlopen failed: "/data/app/com.example.roll4.recordingtest-wOJ5MUA4o0XvnYNwkcb4uQ==/lib/x86/libaubio.so" is too small t…
-
affects harmonizer, stereoharm, ring?
ssj71 updated
8 years ago
-
The last release was 3.5 years ago.
-
When you are not used to docker the current documentation is not very explicit on how to mount and run the actual docker container.
E.g. when I run the following:
```bash
docker run -v AUDIO:/app…
-
Sir , I have to make a program that identify only the BPM of the song . How can i implement the BPM detector only ?