mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 11:33:44 +02:00
fixed function name
This commit is contained in:
parent
4ec84b32b0
commit
7aa5a1f830
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ int InboundAudioStream::writeDroppableSilentSamples(int silentSamples) {
|
|||
_framesAvailableStat.reset();
|
||||
}
|
||||
|
||||
return _ringBuffer.addSilentFrame(silentSamples - numSilentFramesToDrop * samplesPerFrame);
|
||||
return _ringBuffer.addSilentSamples(silentSamples - numSilentFramesToDrop * samplesPerFrame);
|
||||
}
|
||||
|
||||
int InboundAudioStream::popSamples(int maxSamples, bool allOrNothing, bool starveIfNoSamplesPopped) {
|
||||
|
|
Loading…
Reference in a new issue