Skip to content

Commit

Permalink
Merge pull request #44 from waywardgeek/new_makefile
Browse files Browse the repository at this point in the history
Enhancing Makefile to build speedy submodule too.
  • Loading branch information
waywardgeek authored Oct 12, 2023
2 parents eb0c831 + 68caa94 commit 8694c59
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 8694c59

Please sign in to comment.