* Fix FFTW wisdom saving (do it only once)

* Add makedepend dependencies
This commit is contained in:
Chris Cannam
2007-11-20 20:50:25 +00:00
parent 0aa2cdf03d
commit 902e52f8f1
4 changed files with 82 additions and 14 deletions

View File

@@ -237,6 +237,9 @@ int main(int argc, char **argv)
frequencyshift *= pow(2.0, pitchshift / 12);
}
struct timeval tv;
(void)gettimeofday(&tv, 0);
RubberBandStretcher::setDefaultDebugLevel(debug);
RubberBandStretcher ts(sfinfo.samplerate, channels, options,
@@ -251,9 +254,6 @@ int main(int argc, char **argv)
int frame = 0;
int percent = 0;
struct timeval tv;
(void)gettimeofday(&tv, 0);
if (!realtime) {
if (!quiet) {