Skip to content
Yihui Xiong edited this page Mar 15, 2018 · 1 revision

Build and install SpeexDSP

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 

Clone this wiki locally