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

Diff for /src/usr.bin/aucat/Attic/aparams.c between version 1.3 and 1.4

version 1.3, 2008/11/03 22:25:13 version 1.4, 2008/11/10 23:25:37
Line 21 
Line 21 
   
 #include "aparams.h"  #include "aparams.h"
   
   int aparams_ctltovol[128] = {
               0,
             256,    266,    276,    287,    299,    310,    323,    335,
             348,    362,    376,    391,    406,    422,    439,    456,
             474,    493,    512,    532,    553,    575,    597,    621,
             645,    670,    697,    724,    753,    782,    813,    845,
             878,    912,    948,    985,   1024,   1064,   1106,   1149,
            1195,   1241,   1290,   1341,   1393,   1448,   1505,   1564,
            1625,   1689,   1756,   1825,   1896,   1971,   2048,   2128,
            2212,   2299,   2389,   2483,   2580,   2682,   2787,   2896,
            3010,   3128,   3251,   3379,   3511,   3649,   3792,   3941,
            4096,   4257,   4424,   4598,   4778,   4966,   5161,   5363,
            5574,   5793,   6020,   6256,   6502,   6757,   7023,   7298,
            7585,   7883,   8192,   8514,   8848,   9195,   9556,   9931,
           10321,  10726,  11148,  11585,  12040,  12513,  13004,  13515,
           14045,  14596,  15170,  15765,  16384,  17027,  17696,  18390,
           19112,  19863,  20643,  21453,  22295,  23170,  24080,  25025,
           26008,  27029,  28090,  29193,  30339,  31530,  32768
   };
   
 /*  /*
  * Generate a string corresponding to the encoding in par,   * Generate a string corresponding to the encoding in par,
  * return the length of the resulting string   * return the length of the resulting string

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4