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

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.35 and 1.36

version 1.35, 2010/04/24 06:18:23 version 1.36, 2010/05/02 11:12:31
Line 237 
Line 237 
   
 struct aproc *rfile_new(struct file *);  struct aproc *rfile_new(struct file *);
 struct aproc *wfile_new(struct file *);  struct aproc *wfile_new(struct file *);
 struct aproc *mix_new(char *, int, unsigned, struct aproc *);  struct aproc *mix_new(char *, int, unsigned);
 struct aproc *sub_new(char *, int, unsigned, struct aproc *);  struct aproc *sub_new(char *, int, unsigned);
 struct aproc *resamp_new(char *, unsigned, unsigned);  struct aproc *resamp_new(char *, unsigned, unsigned);
 struct aproc *enc_new(char *, struct aparams *);  struct aproc *enc_new(char *, struct aparams *);
 struct aproc *dec_new(char *, struct aparams *);  struct aproc *dec_new(char *, struct aparams *);
Line 262 
Line 262 
 void mix_setmaster(struct aproc *);  void mix_setmaster(struct aproc *);
 void mix_clear(struct aproc *);  void mix_clear(struct aproc *);
 void mix_prime(struct aproc *);  void mix_prime(struct aproc *);
   void mix_quit(struct aproc *);
 void mix_drop(struct abuf *, int);  void mix_drop(struct abuf *, int);
 void sub_silence(struct abuf *, int);  void sub_silence(struct abuf *, int);
 void sub_clear(struct aproc *);  void sub_clear(struct aproc *);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36