Mercurial > hg > svcore
comparison data/fileio/WavFileReader.h @ 1350:1bc6f70cb4c7 3.0-integration
And similar approach for the writer
author | Chris Cannam |
---|---|
date | Fri, 06 Jan 2017 21:04:52 +0000 |
parents | 330bcc92507d |
children | 75d92155fa20 |
comparison
equal
deleted
inserted
replaced
1349:330bcc92507d | 1350:1bc6f70cb4c7 |
---|---|
16 #ifndef SV_WAV_FILE_READER_H | 16 #ifndef SV_WAV_FILE_READER_H |
17 #define SV_WAV_FILE_READER_H | 17 #define SV_WAV_FILE_READER_H |
18 | 18 |
19 #include "AudioFileReader.h" | 19 #include "AudioFileReader.h" |
20 | 20 |
21 #ifdef Q_OS_WIN | |
22 #include <windows.h> | |
21 #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 | 23 #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 |
24 #endif | |
22 | 25 |
23 #include <sndfile.h> | 26 #include <sndfile.h> |
24 #include <QMutex> | 27 #include <QMutex> |
25 | 28 |
26 #include <set> | 29 #include <set> |