remove extraneous ASS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5466 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fdf9a8f052
commit
0d93e7ed5f
|
@ -129,7 +129,6 @@ long WriteAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, switc
|
|||
if (numBytes > 0) {
|
||||
if (switch_core_timer_check(timer) == SWITCH_STATUS_SUCCESS) {
|
||||
PaUtil_FlushRingBuffer(&aStream->outFIFO);
|
||||
printf("ASS\n");
|
||||
return 0;
|
||||
}
|
||||
switch_yield(1000);
|
||||
|
|
Loading…
Reference in New Issue