Mercurial > hg > svapp
comparison audioio/PhaseVocoderTimeStretcher.cpp @ 63:0ffab5d7e3e1
...
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 11:55:09 +0000 |
parents | 3c5756fb6a68 |
children |
comparison
equal
deleted
inserted
replaced
62:ae2627ac7db2 | 63:0ffab5d7e3e1 |
---|---|
10 modify it under the terms of the GNU General Public License as | 10 modify it under the terms of the GNU General Public License as |
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | |
16 #ifndef HAVE_RUBBERBAND | |
15 | 17 |
16 #include "PhaseVocoderTimeStretcher.h" | 18 #include "PhaseVocoderTimeStretcher.h" |
17 | 19 |
18 #include <iostream> | 20 #include <iostream> |
19 #include <cassert> | 21 #include <cassert> |
622 } | 624 } |
623 } | 625 } |
624 } | 626 } |
625 | 627 |
626 | 628 |
629 #endif |