Changeset 1739:f0ae1a58a34b in roaraudio for roard


Ignore:
Timestamp:
05/17/09 22:29:35 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --roard-cfreq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/output.h

    r1668 r1739  
    3636//#define ROAR_OUTPUT_BUFFER_SAMPLES 441 
    3737 
     38#ifdef ROAR_OUTPUT_CFREQ 
     39#define ROAR_OUTPUT_BUFFER_SAMPLES (ROAR_RATE_DEFAULT/ROAR_OUTPUT_CFREQ) 
     40#else 
    3841// in normal case we use 100 cycles per sec, as we do not know the sample 
    3942// rate at compile time we guess it's normaly the default rate. 
     
    4548#else 
    4649#define ROAR_OUTPUT_BUFFER_SAMPLES (ROAR_RATE_DEFAULT/100) 
     50#endif 
    4751#endif 
    4852 
Note: See TracChangeset for help on using the changeset viewer.