foo
This commit is contained in:
		@@ -265,6 +265,7 @@ double StretchAudioSource::getDryPlayrate() const
 | 
				
			|||||||
	return m_dryplayrate;
 | 
						return m_dryplayrate;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void StretchAudioSource::setSpectralOrderPreset(int id)
 | 
					void StretchAudioSource::setSpectralOrderPreset(int id)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (id == m_current_spec_order_preset)
 | 
						if (id == m_current_spec_order_preset)
 | 
				
			||||||
@@ -277,6 +278,7 @@ void StretchAudioSource::setSpectralOrderPreset(int id)
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & bufferToFill)
 | 
					void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & bufferToFill)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	ScopedLock locker(m_cs);
 | 
						ScopedLock locker(m_cs);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user