This commit is contained in:
Chris Cannam
2022-06-17 15:01:39 +01:00
3 changed files with 22 additions and 13 deletions

View File

@@ -386,7 +386,6 @@ R3StretcherImpl::getSamplesRequired() const
}
}
RTENTRY__
void
R3StretcherImpl::process(const float *const *input, size_t samples, bool final)
{
@@ -432,7 +431,6 @@ R3StretcherImpl::process(const float *const *input, size_t samples, bool final)
consume();
}
RTENTRY__
int
R3StretcherImpl::available() const
{
@@ -444,7 +442,6 @@ R3StretcherImpl::available() const
}
}
RTENTRY__
size_t
R3StretcherImpl::retrieve(float *const *output, size_t samples) const
{