diff options
author | John Glover <j@johnglover.net> | 2012-07-20 17:46:30 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-07-20 17:46:30 +0100 |
commit | 44387fc6606057393b5026ce0d2707a016037347 (patch) | |
tree | 17257ddebaf80ff102839738cafa5d22d5a01ba7 /setup.py | |
parent | c8eef2c4f0f9b22babc9aef9e0d4cef133475c9b (diff) | |
download | simpl-44387fc6606057393b5026ce0d2707a016037347.tar.gz simpl-44387fc6606057393b5026ce0d2707a016037347.tar.bz2 simpl-44387fc6606057393b5026ce0d2707a016037347.zip |
[peak_detection] Add C++ implementation of SndObj peak detection.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ fftw_sources = """ sndobj_sources = map(lambda x: 'src/sndobj/' + x, sndobj_sources) sndobj_sources.extend(map(lambda x: 'src/sndobj/rfftw/' + x, fftw_sources)) -# sources.extend(sndobj_sources) +sources.extend(sndobj_sources) sndobj_sources.append("simpl/sndobj.i") |