Ignore:
Timestamp:
09/03/08 03:22:50 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added alaw reading support to libroardsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r687 r735  
    101101int roardsp_highp_ctl   (struct roardsp_filter * filter, int cmd, void * data); 
    102102 
     103// codecs: 
     104int roardsp_conv_alaw2pcm16 (int16_t * out, char * in, size_t len); 
     105 
    103106#endif 
    104107 
Note: See TracChangeset for help on using the changeset viewer.