Changeset 1062:deda1a0a6776 in roaraudio for roard


Ignore:
Timestamp:
12/24/08 15:25:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to set default rate/channels/bits, make ROAR_OUTPUT_BUFFER_SAMPLES depend on default rate and init $XMMS_INST_DIR in configure script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/output.h

    r1061 r1062  
    3333#define ROAR_OUTPUT_BUFFER_SAMPLES 2048 
    3434#else 
    35 #define ROAR_OUTPUT_BUFFER_SAMPLES 441 
     35//#define ROAR_OUTPUT_BUFFER_SAMPLES 441 
     36#define ROAR_OUTPUT_BUFFER_SAMPLES (ROAR_RATE_DEFAULT/100) 
    3637#endif 
    3738 
Note: See TracChangeset for help on using the changeset viewer.