You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//1-Wait until the first block has arrived, so we can align the timestamps
@@ -147,7 +147,7 @@ void RecordThread::run()
147
147
148
148
}
149
149
150
-
voidRecordThread::writeSynchronizedData(const AudioSampleBuffer& dataBuffer, constAudioSampleBuffer& ftsBuffer, int maxSamples, int maxEvents, int maxSpikes, bool lastBlock)
150
+
voidRecordThread::writeSynchronizedData(const AudioSampleBuffer& dataBuffer, constSynchronizedTimestampBuffer& ftsBuffer, int maxSamples, int maxEvents, int maxSpikes, bool lastBlock)
0 commit comments