Changeset 55:c0ff46285a6c in roaraudio


Ignore:
Timestamp:
06/25/08 13:03:16 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed ROAR_OUTPUT_BUFFER_SAMPLES to 2048 #ifdef DEBUG so we can use strace...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/output.h

    r0 r55  
    88//#define ROAR_OUTPUT_BUFFER_SAMPLES 1024 
    99//#define ROAR_OUTPUT_BUFFER_SAMPLES 1024 
     10#ifdef DEBUG 
     11#define ROAR_OUTPUT_BUFFER_SAMPLES 2048 
     12#else 
    1013#define ROAR_OUTPUT_BUFFER_SAMPLES 441 
     14#endif 
     15 
    1116#define ROAR_OUTPUT_WRITE_SIZE     1024 
    1217 
Note: See TracChangeset for help on using the changeset viewer.