accommodate more audio when doing PLC in JitterBuffer

patch by Rui Jin Zheng rjzheng at boronetworks dot com



git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1097 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 6216296e2c
commit c4af40e475

@ -523,7 +523,7 @@ void AmJbPlayout::direct_write_buffer(unsigned int ts, ShortSample* buf, unsigne
void AmJbPlayout::prepare_buffer(unsigned int audio_buffer_ts, unsigned int ms)
{
ShortSample buf[AUDIO_BUFFER_SIZE];
ShortSample buf[AUDIO_BUFFER_SIZE * 10];
unsigned int ts;
unsigned int nb_samples;
/**

Loading…
Cancel
Save