mirror of
https://github.com/encounter/SDL.git
synced 2025-05-24 16:21:25 +00:00
parent
689218ebf5
commit
78f97108f9
@ -247,7 +247,7 @@ SDL_ResampleAudio(const int chans, const int inrate, const int outrate,
|
||||
*(dst++) = outsample;
|
||||
}
|
||||
|
||||
outtime += outtimeincr;
|
||||
outtime = outtimeincr * i;
|
||||
}
|
||||
|
||||
return outframes * chans * sizeof (float);
|
||||
|
Loading…
x
Reference in New Issue
Block a user