-
I wrote an algorithm first on Java in Eclipse, and then ported it to Android. The only difference between the two implementations is that I used an AudioDispatcher.fromPipe call on Android as opposed …
-
Hi @piem,
thanks a lot for aubio. The upcoming next release of [Sonic Pi](http://sonic-pi.net) will be [using aubio](https://github.com/aubio/aubio/issues/54) and its main target is Raspbian, which i…
-
There is one problem, which is almost as old as N64 emulation itself. RDP command SetColorImage set only width of color buffer. Height is not set. It is not important for software render, because it r…
-
Our version of their code used their description of ripple detection in
**Karlsson, M.P., Frank, L.M., 2009. Awake replay of remote experiences in the hippocampus. Nature Neuroscience 12, 913–918. doi…
edeno updated
8 years ago
-
I'm working on a dataset where I cut 10 minute chunks out of a 1h recording, do some artifact detection and then concatenate the chunks that interest me. It seems that after the concatenation with con…
-
Several of the librosa methods output results in non-intuitive units like frames. For example, the output of
``` python
librosa.beat.beat_track(y=y, sr=sr)
```
is beat timings in frames, at a stand…
-
First, I really like the idea of this dataset and would find it very useful for my research. If you need some help I'm happy to provide some. :-)
As far as I understood the concept of this project th…
-
The onset detection with spectral flux is working great, but I'm wondering if there's a simple way of doing a naive `onset_detect` where `onset_strength` is done in the time domain for performance rea…
-
$ python onsetdetection_example.py
usage: onsetdetection_example.py
$ python onsetdetection_example.py noise.wav
Loading audio file...
Computing onset detection functions...
Computing onset times..…
-
I checked all about the samples, but there has no comment on source code. So it is hard to understand samples.
Can I get any explanation about samples like Waveform or Visualization?