Skip to content

Commit

Permalink
Enhancing Makefile to build speedy submodule too.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalcolmSlaney committed Oct 12, 2023
1 parent eb0c831 commit 68caa94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,13 @@ clean:

check:
./sonic -s 2.0 ./samples/talking.wav ./test.wav


libspeedy.so:
cd speedy; make libspeedy.so SONIC_DIR=.. FFTW_DIR=../../fftw

speedy_wave: libsonic_internal.so
cd speedy; make speedy_wave SONIC_DIR=.. FFTW_DIR=../../fftw
# You will probably also need to set the LDPATH. For example
# export LD_LIBRARY_PATH=/usr/local/lib:../kissfft:speedy:.

0 comments on commit 68caa94

Please sign in to comment.