Show
Ignore:
Timestamp:
02/20/08 05:09:20 (10 months ago)
Author:
rossb
Message:

added support for multi-byte elements in pa_ringbuffer.c/h thanks to Sven Fischer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/src/hostapi/coreaudio/pa_mac_core.c

    r1322 r1346  
    15371537          /* now we can initialize the ring buffer */ 
    15381538          PaUtil_InitializeRingBuffer( &stream->inputRingBuffer, 
    1539                                    ringSize*szfl, data ) ; 
     1539                                   1, ringSize*szfl, data ) ; 
    15401540          /* advance the read point a little, so we are reading from the 
    15411541             middle of the buffer */