summaryrefslogtreecommitdiff
path: root/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h
diff options
context:
space:
mode:
authorVKamyshniy <VKamyshniy@wavesglobal.com>2015-02-20 12:52:47 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2015-02-20 13:03:09 -0500
commit3b5da657aff37c67a787eb90c7d4551e182d16ca (patch)
tree8d046af2dc93f921de8125b6b619bef79522080b /libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h
parent5d5f83c56b1f0860a35f5dde69b4137869587f8e (diff)
[Summary] In internal Waves backend API, switching sample time from 32 bits to 64 bits. Fixing logical inconsistency: None device always brought sample time=0 to the audio engine callback.
Diffstat (limited to 'libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h')
-rw-r--r--libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h
index 3ec108b380..db0104a25d 100644
--- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h
+++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.h
@@ -126,7 +126,7 @@ class WCMRAudioDeviceManagerClient
const float *acdInputBuffer;
float *acdOutputBuffer;
size_t acdFrames;
- uint32_t acdSampleTime;
+ uint64_t acdSampleTime;
uint64_t acdCycleStartTimeNanos;
};