Changeset 1372

Show
Ignore:
Timestamp:
03/11/08 11:20:38 (5 months ago)
Author:
bjornroche
Message:

added FIXME for ringbuffer element size in Core Audio

Files:
1 modified

Legend:

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

    r1346 r1372  
    15361536 
    15371537          /* now we can initialize the ring buffer */ 
     1538          //FIXME: element size whould probably be szfl*inputchan 
     1539          //       but that will require some work all over the 
     1540          //       place to patch up. szfl may be sufficient and would 
     1541          //       be way easier to handle, but it seems clear from the 
     1542          //       discussion that buffer processor compatibility 
     1543          //       requires szfl*inputchan. 
     1544          //       See revision 1346 and discussion: 
     1545          //       http://techweb.rfa.org/pipermail/portaudio/2008-February/008295.html 
    15381546          PaUtil_InitializeRingBuffer( &stream->inputRingBuffer, 
    15391547                                   1, ringSize*szfl, data ) ;