updated to 0.3.1

This commit is contained in:
Grishka
2017-03-30 17:06:59 +03:00
parent 2027dabd60
commit eb813e1d13
43 changed files with 2579 additions and 466 deletions

View File

@@ -22,7 +22,7 @@ COpusDecoder::COpusDecoder(CMediaStreamItf *dst){
outputBufferSize=0;
packetsNeeded=0;
lastDecodedOffset=0;
decodedQueue=new CBlockingQueue(32);
decodedQueue=new CBlockingQueue(33);
bufferPool=new CBufferPool(PACKET_SIZE, 32);
echoCanceller=NULL;
frameDuration=20;