colin-guyon / rpi-audio-levels

Python binding allowing to retrieve audio levels by frequency bands given audio samples (power spectrum in fact), on a raspberry pi, using GPU FFT
Other
33 stars 10 forks source link

Added min Cython version 0.19.1 as requirement #3

Closed tom-slick closed 8 years ago

tom-slick commented 8 years ago

Raspbian Wheezy uses Cython 0.15.1 rpi-audio-level will not compile with this version. This triggers installing a newer version

tom-slick commented 8 years ago

It should also resolve issue #2

colin-guyon commented 8 years ago

Thanks!