Ignore:
Timestamp:
09/18/08 16:24:29 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roardsp_conv_pcm162alaw()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r735 r816  
    103103// codecs: 
    104104int roardsp_conv_alaw2pcm16 (int16_t * out, char * in, size_t len); 
     105int roardsp_conv_pcm162alaw (char * out, int16_t * in, size_t len); 
    105106 
    106107#endif 
Note: See TracChangeset for help on using the changeset viewer.