Mercurial > hg > svcore
diff data/fileio/CodedAudioFileReader.h @ 1100:5cbf71022679 simple-fft-model
Smooth signal flow through from file to fft model
author | Chris Cannam |
---|---|
date | Mon, 15 Jun 2015 16:02:58 +0100 |
parents | abc309f507ae |
children | 757a406dabc4 |
line wrap: on
line diff
--- a/data/fileio/CodedAudioFileReader.h Mon Jun 15 15:35:57 2015 +0100 +++ b/data/fileio/CodedAudioFileReader.h Mon Jun 15 16:02:58 2015 +0100 @@ -84,7 +84,7 @@ QMutex m_cacheMutex; CacheMode m_cacheMode; std::vector<float> m_data; - mutable QReadWriteLock m_dataLock; + mutable QMutex m_dataLock; bool m_initialised; Serialiser *m_serialiser; sv_samplerate_t m_fileRate;