Changeset 26

Show
Ignore:
Timestamp:
09/19/06 18:29:17 (2 years ago)
Author:
gbooker
Message:

For some odd reason, I thought the buffer size was set by core audio. Oh well, I was wrong. Quadrupled the size of the buffer so it can accept more data at once.

Fixes #9

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/A52/ACShepA52Decoder.h

    r15 r26  
    3030//      Construction/Destruction 
    3131public: 
    32                                         ACShepA52Decoder(UInt32 inInputBufferByteSize = 19200); 
     32                                        ACShepA52Decoder(UInt32 inInputBufferByteSize = 76800); 
    3333        virtual                 ~ACShepA52Decoder(); 
    3434