[BACK]Return to conf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/conf.h between version 1.7 and 1.8

version 1.7, 2009/07/25 08:44:27 version 1.8, 2009/07/25 10:52:18
Line 18 
Line 18 
 #define CONF_H  #define CONF_H
   
 /*  /*
  * debug trace levels:   * Debug trace levels:
  *   *
  * 0 - traces are off   * 0 - traces are off
  * 1 - init, free, stuff that's done only once   * 1 - init, free, stuff that's done only once
Line 44 
Line 44 
 #endif  #endif
   
 /*  /*
  * number of blocks in the device play/record buffers.  because Sun API   * Number of blocks in the device play/record buffers.  Because Sun API
  * cannot notify apps of the current positions, we have to use all N   * cannot notify apps of the current positions, we have to use all N
  * buffers devices blocks plus one extra block, to make write() block,   * buffers devices blocks plus one extra block, to make write() block,
  * so that poll() can return the exact postition.   * so that poll() can return the exact postition.
Line 52 
Line 52 
 #define DEV_NBLK 2  #define DEV_NBLK 2
   
 /*  /*
  * number of blocks in the wav-file i/o buffers   * Number of blocks in the wav-file i/o buffers.
  */   */
 #define WAV_NBLK 6  #define WAV_NBLK 6
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8