changeset 745:1c6c10cc5f73 audio-source-refactor

Update comment
author Chris Cannam
date Fri, 03 Apr 2020 12:13:04 +0100
parents 6508d9d216c7
children 771ec060c1d2
files audio/AudioCallbackPlaySource.cpp
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/audio/AudioCallbackPlaySource.cpp	Mon Mar 23 14:14:20 2020 +0000
+++ b/audio/AudioCallbackPlaySource.cpp	Fri Apr 03 12:13:04 2020 +0100
@@ -687,9 +687,8 @@
 AudioCallbackPlaySource::getCurrentFrame(RealTime latency_t)
 {
     // The ring buffers contain data at the source sample rate and all
-    // processing (including time stretching) happens at this
-    // rate. Resampling only happens after the audio data leaves this
-    // class.
+    // processing here happens at this rate. Resampling only happens
+    // after the audio data leaves this class.
     
     // (But because historically more than one sample rate could have
     // been involved here, we do latency calculations using RealTime