Some work on phase updates
This commit is contained in:
@@ -187,7 +187,12 @@ R3StretcherImpl::consume()
|
||||
|
||||
std::cout << "outhop = " << outhop << std::endl;
|
||||
|
||||
double instantaneousRatio = double(outhop) / double(m_inhop);
|
||||
//!!!
|
||||
outhop = int(round(m_inhop * ratio));
|
||||
|
||||
//!!! shouldn't this be the *previous* outhop?
|
||||
// double instantaneousRatio = double(outhop) / double(m_inhop);
|
||||
double instantaneousRatio = ratio;
|
||||
|
||||
while (m_channelData.at(0)->outbuf->getWriteSpace() >= outhop) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user