Merge from default branch
This commit is contained in:
@@ -652,6 +652,12 @@ R3Stretcher::setMaxProcessSize(size_t requested)
|
||||
ensureOutbuf(n * 8, false);
|
||||
}
|
||||
|
||||
size_t
|
||||
R3Stretcher::getProcessSizeLimit() const
|
||||
{
|
||||
return m_limits.overallMaxProcessSize;
|
||||
}
|
||||
|
||||
void
|
||||
R3Stretcher::ensureInbuf(int required, bool warn)
|
||||
{
|
||||
|
||||
@@ -93,6 +93,7 @@ public:
|
||||
|
||||
void setExpectedInputDuration(size_t samples);
|
||||
void setMaxProcessSize(size_t samples);
|
||||
size_t getProcessSizeLimit() const;
|
||||
|
||||
void setDebugLevel(int level) {
|
||||
m_log.setDebugLevel(level);
|
||||
|
||||
Reference in New Issue
Block a user