-
I am encountering the below mentioned
ImportError: /home/vyassu/.python-eggs/aubio-0.4.2a0-py2.7-linux-x86_64.egg-tmp/aubio/_aubio.so: undefined symbol: aubio_sink_close
-
Currently Bitcode needs to be disabled in Xcode 7 in order to compile iOS projects with aubio.
-
Hi guys, I'm using aubio library to detect some audio features, in particularly I'm using aubio_onsets to detect onsets of an audio stream coming from a microphone (with ALSA library). Now I've necess…
-
I would like to point out that identifiers like "[`_AUBIO_PEAKPICK_H`](https://github.com/aubio/aubio/blob/ec3792c18716c6a9c5acf8c2d6e571199c4b6d62/src/onset/peakpicker.h#L29)" and "[`_AUBIO_RESAMPLER…
-
I'm currently stumped at how to get the filterbank object to work with the onset object.
As far as I can tell filterbank takes a spectrum and outputs a single sample for each filter but the onset obj…
-
Hi,
I'm trying to use aubio to calculate bpms for bunch of files in a row. After thorough investigation I've found out that problem is either in the depths of aubio module or in failing python garbag…
-
@xjefftang asked **how to get the bpm** of a file.
(He originally asked in #22 but couldn't open a new one, so opening a new bug for him here...)
-
Hi,
I am using aubio in my Swift, so I compiled a framework using the build_apple_frameworks script.
Inside the application I tried to resample an audio file like this:
``` swift
// Initialise the r…
-
Hey,
I'm new to iOS and audio programming,
I'm looking for a way to get the audio waveform informations, to create a 2D platform game.
Me and my friends were using the EZAudioWaveformFromFileExemp…
-
Hi again @piem,
Can not determine if that's a bug or feature...I'm using the same script from #49, however, it gives various outputs for 44100 kHz wav file and 22050 one. If file is converted from st…