mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 00:56:48 +02:00
removed duplicate definition
This commit is contained in:
parent
0dfe0b1f2a
commit
bf8188c6ff
1 changed files with 0 additions and 4 deletions
|
@ -86,10 +86,6 @@ void InboundAudioStream::perSecondCallbackForUpdatingStats() {
|
|||
_timeGapStatsForStatsPacket.currentIntervalComplete();
|
||||
}
|
||||
|
||||
int InboundAudioStream::parseAudioData(PacketType type, const QByteArray& packetAfterStreamProperties, int numAudioSamples) {
|
||||
return _ringBuffer.writeData(packetAfterStreamProperties.data(), numAudioSamples * sizeof(int16_t));
|
||||
}
|
||||
|
||||
int InboundAudioStream::parseData(const QByteArray& packet) {
|
||||
|
||||
PacketType packetType = packetTypeForPacket(packet);
|
||||
|
|
Loading…
Reference in a new issue