mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-14 02:50:09 +01:00
Untabify TDStretch.h
This commit is contained in:
parent
86e50693b5
commit
f047ab0815
@ -127,8 +127,6 @@ protected:
|
|||||||
FIFOSampleBuffer outputBuffer;
|
FIFOSampleBuffer outputBuffer;
|
||||||
FIFOSampleBuffer inputBuffer;
|
FIFOSampleBuffer inputBuffer;
|
||||||
BOOL bQuickSeek;
|
BOOL bQuickSeek;
|
||||||
// int outDebt;
|
|
||||||
// BOOL bMidBufferDirty;
|
|
||||||
|
|
||||||
int sampleRate;
|
int sampleRate;
|
||||||
int sequenceMs;
|
int sequenceMs;
|
||||||
@ -234,17 +232,17 @@ public:
|
|||||||
///< contains both channels if stereo
|
///< contains both channels if stereo
|
||||||
);
|
);
|
||||||
|
|
||||||
/// return nominal input sample requirement for triggering a processing batch
|
/// return nominal input sample requirement for triggering a processing batch
|
||||||
int getInputSampleReq() const
|
int getInputSampleReq() const
|
||||||
{
|
{
|
||||||
return (int)(nominalSkip + 0.5);
|
return (int)(nominalSkip + 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// return nominal output sample amount when running a processing batch
|
/// return nominal output sample amount when running a processing batch
|
||||||
int getOutputBatchSize() const
|
int getOutputBatchSize() const
|
||||||
{
|
{
|
||||||
return seekWindowLength - overlapLength;
|
return seekWindowLength - overlapLength;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user