Indentation only
This commit is contained in:
@@ -318,8 +318,7 @@ R2Stretcher::setMaxProcessSize(size_t samples)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &
|
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &mapping)
|
||||||
mapping)
|
|
||||||
{
|
{
|
||||||
if (m_realtime) {
|
if (m_realtime) {
|
||||||
m_log.log(0, "R2Stretcher::setKeyFrameMap: Cannot specify key frame map in RT mode");
|
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
|
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");
|
Profiler profiler("R2Stretcher::writeOutput");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user