Ignore:
Timestamp:
Jan 23, 2007 8:48:59 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #76: bug in PortAudio? when device is opened in non-native clock rate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_mac_core.c

    r770 r902  
    12781278 
    12791279          /* now we can initialize the ring buffer */ 
    1280           assert( 0 == 
     1280          /*assert( 0 ==*/ 
    12811281            RingBuffer_Init( &stream->inputRingBuffer, 
    1282                              ringSize*szfl, data ) ); 
     1282                             ringSize*szfl, data ) /*)*/; 
    12831283          /* advance the read point a little, so we are reading from the 
    12841284             middle of the buffer */ 
Note: See TracChangeset for help on using the changeset viewer.