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

Diff for /src/usr.bin/sndiod/dsp.h between version 1.3 and 1.4

version 1.3, 2014/03/05 20:06:05 version 1.4, 2014/10/12 21:52:27
Line 124 
Line 124 
         int bfirst;                     /* bytes to skip at startup */          int bfirst;                     /* bytes to skip at startup */
         unsigned int bps;               /* bytes per sample */          unsigned int bps;               /* bytes per sample */
         unsigned int shift;             /* shift to get 32bit MSB */          unsigned int shift;             /* shift to get 32bit MSB */
         int sigbit;                     /* sign bits to XOR */          unsigned int bias;                      /* bias of unsigned samples */
         int bnext;                      /* to reach the next byte */          int bnext;                      /* to reach the next byte */
         int snext;                      /* to reach the next sample */          int snext;                      /* to reach the next sample */
         int nch;          int nch;

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