From f047ab081526a1f379db29b53af452660416c647 Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 1 Apr 2012 16:57:32 +0000 Subject: [PATCH] Untabify TDStretch.h --- source/SoundTouch/TDStretch.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/source/SoundTouch/TDStretch.h b/source/SoundTouch/TDStretch.h index c236aa4..5e4aa48 100644 --- a/source/SoundTouch/TDStretch.h +++ b/source/SoundTouch/TDStretch.h @@ -127,8 +127,6 @@ protected: FIFOSampleBuffer outputBuffer; FIFOSampleBuffer inputBuffer; BOOL bQuickSeek; -// int outDebt; -// BOOL bMidBufferDirty; int sampleRate; int sequenceMs; @@ -234,17 +232,17 @@ public: ///< contains both channels if stereo ); - /// return nominal input sample requirement for triggering a processing batch - int getInputSampleReq() const - { - return (int)(nominalSkip + 0.5); - } + /// return nominal input sample requirement for triggering a processing batch + int getInputSampleReq() const + { + return (int)(nominalSkip + 0.5); + } - /// return nominal output sample amount when running a processing batch - int getOutputBatchSize() const - { - return seekWindowLength - overlapLength; - } + /// return nominal output sample amount when running a processing batch + int getOutputBatchSize() const + { + return seekWindowLength - overlapLength; + } };