RageSoundReader::Read(char *) -> int16_t *. This was originally
char * based on the idea of supporting more than one sample type. I don't plan to do that (though I may change the sample type to float or int32).
This commit is contained in:
@@ -40,7 +40,7 @@ RageSoundReader_PitchChange::RageSoundReader_PitchChange( const RageSoundReader_
|
||||
m_fLastSetPitchRatio = cpy.m_fLastSetPitchRatio;
|
||||
}
|
||||
|
||||
int RageSoundReader_PitchChange::Read( char *pBuf, int iFrames )
|
||||
int RageSoundReader_PitchChange::Read( int16_t *pBuf, int iFrames )
|
||||
{
|
||||
/* m_pSpeedChange->NextReadWillStep is true if speed changes will be applied
|
||||
* immediately on the next Read(). When this is true, apply the ratio to the
|
||||
|
||||
Reference in New Issue
Block a user