sudo apt-get install -y autoconf libtool libfftw3-dev git clone https://github.com/xiph/speexdsp.git cd speexdsp ./autogen.sh ./configure --with-fft=gpl-fftw3 --enable-neon make sudo make install