Indentation only
This commit is contained in:
@@ -318,8 +318,7 @@ R2Stretcher::setMaxProcessSize(size_t samples)
|
||||
}
|
||||
|
||||
void
|
||||
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &
|
||||
mapping)
|
||||
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &mapping)
|
||||
{
|
||||
if (m_realtime) {
|
||||
m_log.log(0, "R2Stretcher::setKeyFrameMap: Cannot specify key frame map in RT mode");
|
||||
|
||||
@@ -1085,7 +1085,9 @@ R2Stretcher::writeChunk(size_t channel, size_t shiftIncrement, bool last)
|
||||
}
|
||||
|
||||
void
|
||||
R2Stretcher::writeOutput(RingBuffer<float> &to, float *from, size_t qty, size_t &outCount, size_t theoreticalOut)
|
||||
R2Stretcher::writeOutput(RingBuffer<float> &to,
|
||||
float *from, size_t qty,
|
||||
size_t &outCount, size_t theoreticalOut)
|
||||
{
|
||||
Profiler profiler("R2Stretcher::writeOutput");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user