Mercurial > hg > svcore
comparison data/model/WaveFileModel.cpp @ 572:d3faa6447c5b
...
author | Chris Cannam |
---|---|
date | Fri, 13 Mar 2009 11:06:11 +0000 |
parents | 6036b38177e2 |
children | d7f3dfe6f9a4 |
comparison
equal
deleted
inserted
replaced
571:dfc4dd561bb6 | 572:d3faa6447c5b |
---|---|
23 #include <QFileInfo> | 23 #include <QFileInfo> |
24 #include <QTextStream> | 24 #include <QTextStream> |
25 | 25 |
26 #include <iostream> | 26 #include <iostream> |
27 #include <unistd.h> | 27 #include <unistd.h> |
28 #include <math.h> | 28 #include <cmath> |
29 #include <sndfile.h> | 29 #include <sndfile.h> |
30 | 30 |
31 #include <cassert> | 31 #include <cassert> |
32 | 32 |
33 //#define DEBUG_WAVE_FILE_MODEL 1 | 33 //#define DEBUG_WAVE_FILE_MODEL 1 |