don't scale SetPosition; it's in source frames
This commit is contained in:
@@ -290,10 +290,6 @@ int RageSoundReader_SpeedChange::Read( char *buf, int iFrames )
|
||||
int RageSoundReader_SpeedChange::SetPosition( int iFrame )
|
||||
{
|
||||
Reset();
|
||||
|
||||
// int64_t iScaled = int64_t(iFrame) / m_fSpeedRatio;
|
||||
// iFrame = (int) iScaled;
|
||||
|
||||
return RageSoundReader_Filter::SetPosition( iFrame );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user