Mercurial > hg > svcore
comparison data/model/WritableWaveFileModel.cpp @ 723:21d39720d5da
Patch for compilation with gcc-4.7, from Michel Alexandre Salim
author | Chris Cannam |
---|---|
date | Mon, 05 Mar 2012 08:48:36 +0000 |
parents | 1424aa29ae95 |
children | e802e550a1f2 |
comparison
equal
deleted
inserted
replaced
722:b0fde2a60188 | 723:21d39720d5da |
---|---|
24 #include <QDir> | 24 #include <QDir> |
25 #include <QTextStream> | 25 #include <QTextStream> |
26 | 26 |
27 #include <cassert> | 27 #include <cassert> |
28 #include <iostream> | 28 #include <iostream> |
29 #include <stdint.h> | |
29 | 30 |
30 //#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1 | 31 //#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1 |
31 | 32 |
32 WritableWaveFileModel::WritableWaveFileModel(size_t sampleRate, | 33 WritableWaveFileModel::WritableWaveFileModel(size_t sampleRate, |
33 size_t channels, | 34 size_t channels, |