Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ IsFinished
Method
IsFinished
src/audio_resampler.cpp:334–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
bool AudioResampler::IsFinished() const {
335
return finished;
336
}
337
338
void AudioResampler::Update(std::chrono::microseconds delta) {
339
wrapped_decoder->Update(delta);
Callers
5
DecodeAndConvertFloat
Function · 0.45
DecodeAndConvertInt16
Function · 0.45
Seek
Method · 0.45
FillBufferSameRate
Method · 0.45
FillBufferDifferentRate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected