Preallocate buffer in WDL resampler, but not sure if this actually avoids time consuming preallocations later...
This commit is contained in:
@ -203,7 +203,7 @@ WDL_Resampler::WDL_Resampler()
|
||||
m_ratio=1.0;
|
||||
m_filter_ratio=-1.0;
|
||||
m_iirfilter=0;
|
||||
|
||||
m_rsinbuf.Resize(4 * 65536);
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user