* Sort out resynthesis gain; add crispness parameter to pitch shifter plugin

This commit is contained in:
Chris Cannam
2007-11-21 19:57:49 +00:00
parent 902e52f8f1
commit d2fe49c20c
7 changed files with 82 additions and 23 deletions

View File

@@ -661,7 +661,8 @@ RubberBandStretcher::Impl::synthesiseChunk(size_t channel)
//!!! not much cop, this bit
float area = m_window->getArea();
float area = m_window->getArea() * 1.5;
// float area = 1.f;
for (size_t i = 0; i < m_windowSize; ++i) {
float val = m_window->getValue(i);