Drop audio frames if the backlog becomes too large. Trim buffer pools when memory runs low. Optimize AVC decoding a bit more.
This commit is contained in:
@@ -105,6 +105,11 @@ public class NvAudioStream {
|
||||
session.addParticipant(new Participant(host, RTP_PORT, 0));
|
||||
}
|
||||
|
||||
public void trim()
|
||||
{
|
||||
depacketizer.trim();
|
||||
}
|
||||
|
||||
private void setupAudio()
|
||||
{
|
||||
int channelConfig;
|
||||
|
||||
Reference in New Issue
Block a user