-
I implemented bit detection by looking at this site.
(http://pulkitgoyal.in/audio-processing-on-ios-using-aubio/ )
Bits are detected even with a small sound.
Is there a problem with the code?
B…
-
the bpm returned in this function (https://github.com/aubio/aubio/blob/master/python/demos/demo_bpm_extract.py) is consistently +2 bpm above what it should be (I have determined this with hundreds of …
-
Heey i'm having issues trying to build this library on windows using the given commands
`python waf configure build`
It seems to not find:
```
Setting top to : C:\Users\aspeiard\Desktop\Persoon…
-
Aubio will detect percussive onsets. I'm wondering if there is a way to assign a 'strength' to those onsets? I can't see anything in the docs.
I guess it should be possible to simply compare the wa…
-
I had first created a [stackoverflow question](https://stackoverflow.com/questions/51159214/how-do-i-build-compile-aubio-for-android) and then, as piem told me there, I opened it as an issue here:
…
-
Right now the playlist is very static. Its only possible to define a fixed interval to step over to the next scene.
It would be awesome to have more options to make the playlist really react on the m…
-
- wet/dry should be integrated in so that it works with shared buffers.
- use zita-resampler? (or some faster resampler)
- mono and stereo versions
- new note-ID module? (aubio?)
ssj71 updated
5 years ago
-
Hi,
I am considering writing a cross-platform software that will do pitch detection, among other things, and I was considering RtAudio as a libary for the audio input/output. (it seems more used tha…
aalex updated
4 years ago
-
I often get warnings when I decode MP3 files using aubio (using the python interface) such as
```
[mp3float @ 0x7fd14806e400] Could not update timestamps for skipped samples.
[mp3float @ 0x7fd1…
-
Hey, I've been trying to build on raspberry pi (4 b), and successfully got the distrho/dpf examples to work, but can't seem to build ninjas2 in any way. The standard instructions for build (all depend…